#B5AB28

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

Shades of Earls Green #B5AB28

Tints of Earls Green #B5AB28

Color information

#B5AB28 (or 0xB5AB28) is unknown color: approx Earls Green. HEX triplet: B5, AB and 28. RGB value is (181,171,40). Sum of RGB (Red+Green+Blue) = 181+171+40=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AB28 is #4A54D7. Grayscale: #9F9F9F. Windows color (decimal): -4871384 or 2665397. OLE color: 2665397.

HSL color Cylindrical-coordinate representation of color #B5AB28: hue angle of 55.74º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5AB28 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18117140-
CMYK00.060.780.29
HSL55.74º63.8%43.33%-
HSV(B)55.74º77.9%70.98%-
XYZ3439.17.76-
YUV159.0660.81143.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 40 (16.02% from 255) = 10.20%
R=46.17%
G=43.62%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811714000.060.780.2955.7463.843.33
HexB5AB28064E1D38402b
Octal2652535006116357010053
Binary101101011010101110100001101001110111011110001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AB28; }

 p { color: rgb(181,171,40); }

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

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

 a { background-color: rgb(181,171,40); }

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

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

 span { border-color: rgb(181,171,40); }

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