#B2B11A

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

Shades of Earls Green #B2B11A

Tints of Earls Green #B2B11A

Color information

#B2B11A (or 0xB2B11A) is unknown color: approx Earls Green. HEX triplet: B2, B1 and 1A. RGB value is (178,177,26). Sum of RGB (Red+Green+Blue) = 178+177+26=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B11A is #4D4EE5. Grayscale: #A0A0A0. Windows color (decimal): -5066470 or 1749426. OLE color: 1749426.

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

Color convert

RGB17817726-
CMYK00.010.850.30
HSL59.61º74.51%40%-
HSV(B)59.61º85.39%69.8%-
XYZ34.2740.987.08-
YUV160.0852.33140.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 26 (10.55% from 255) = 6.82%
R=46.72%
G=46.46%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781772600.010.850.3059.6174.5140
HexB2B11A01551E3c4b28
Octal2622613201125367411350
Binary101100101011000111010011010101111101111001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B11A; }

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

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

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

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

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

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

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

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