#B2B11E

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

Shades of Earls Green #B2B11E

Tints of Earls Green #B2B11E

Color information

#B2B11E (or 0xB2B11E) is unknown color: approx Earls Green. HEX triplet: B2, B1 and 1E. RGB value is (178,177,30). Sum of RGB (Red+Green+Blue) = 178+177+30=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B11E is #4D4EE1. Grayscale: #A1A1A1. Windows color (decimal): -5066466 or 2011570. OLE color: 2011570.

HSL color Cylindrical-coordinate representation of color #B2B11E: hue angle of 59.59º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2B11E is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17817730-
CMYK00.010.830.30
HSL59.59º71.15%40.78%-
HSV(B)59.59º83.15%69.8%-
XYZ34.32417.33-
YUV160.5454.33140.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 30 (12.11% from 255) = 7.79%
R=46.23%
G=45.97%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781773000.010.830.3059.5971.1540.78
HexB2B11E01531E3c4729
Octal2622613601123367410751
Binary101100101011000111110011010011111101111001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B11E; }

 p { color: rgb(178,177,30); }

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

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

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

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

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

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

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