#B1B11C

Color #B1B11C Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B1B11C

Tints of Earls Green #B1B11C

Color information

#B1B11C (or 0xB1B11C) is unknown color: approx Earls Green. HEX triplet: B1, B1 and 1C. RGB value is (177,177,28). Sum of RGB (Red+Green+Blue) = 177+177+28=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B11C is #4E4EE3. Grayscale: #A0A0A0. Windows color (decimal): -5132004 or 1880497. OLE color: 1880497.

HSL color Cylindrical-coordinate representation of color #B1B11C: hue angle of 60º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1B11C is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB17717728-
CMYK000.840.31
HSL60º72.68%40.2%-
HSV(B)60º84.18%69.41%-
XYZ34.0640.887.19-
YUV160.0153.5140.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 28 (11.33% from 255) = 7.33%
R=46.34%
G=46.34%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717728000.840.316072.6840.2
HexB1B11C00541F3c4928
Octal2612613400124377411150
Binary101100011011000111100001010100111111111001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B11C; }

 p { color: rgb(177,177,28); }

 H1.HeaderClassName
 {
   color: #B1B11C;
 }
 .AnyTagClassName
 {
   color: #B1B11C;
 }
</style>
background-color css

<style>
 a { background-color: #B1B11C; }

 a { background-color: rgb(177,177,28); }

 div.DivClassName
 {
   background-color: #B1B11C;
 }
 .BgClassName
 {
   background-color: #B1B11C;
 }
</style>
border-color css

<style>
 span { border-color: #B1B11C; }

 span { border-color: rgb(177,177,28); }

 td.TdClassName
 {
   border-color: #B1B11C;
 }
 .TagClassName
 {
   border-color: #B1B11C;
 }
</style>