#B2AB29

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

Shades of Earls Green #B2AB29

Tints of Earls Green #B2AB29

Color information

#B2AB29 (or 0xB2AB29) is unknown color: approx Earls Green. HEX triplet: B2, AB and 29. RGB value is (178,171,41). Sum of RGB (Red+Green+Blue) = 178+171+41=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB29 is #4D54D6. Grayscale: #9E9E9E. Windows color (decimal): -5067991 or 2730930. OLE color: 2730930.

HSL color Cylindrical-coordinate representation of color #B2AB29: hue angle of 56.93º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2AB29 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17817141-
CMYK00.040.770.30
HSL56.93º62.56%42.94%-
HSV(B)56.93º76.97%69.8%-
XYZ33.3238.757.82-
YUV158.2761.82142.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.64%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 41 (16.41% from 255) = 10.51%
R=45.64%
G=43.85%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781714100.040.770.3056.9362.5642.94
HexB2AB29044D1E393f2b
Octal262253510411536717753
Binary10110010101010111010010100100110111110111001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB29; }

 p { color: rgb(178,171,41); }

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

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

 a { background-color: rgb(178,171,41); }

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

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

 span { border-color: rgb(178,171,41); }

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