#B6AB28

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

Shades of Earls Green #B6AB28

Tints of Earls Green #B6AB28

Color information

#B6AB28 (or 0xB6AB28) is unknown color: approx Earls Green. HEX triplet: B6, AB and 28. RGB value is (182,171,40). Sum of RGB (Red+Green+Blue) = 182+171+40=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AB28 is #4954D7. Grayscale: #9F9F9F. Windows color (decimal): -4805848 or 2665398. OLE color: 2665398.

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

Color convert

RGB18217140-
CMYK00.060.780.29
HSL55.35º63.96%43.53%-
HSV(B)55.35º78.02%71.37%-
XYZ34.2439.227.77-
YUV159.3560.64144.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 40 (16.02% from 255) = 10.18%
R=46.31%
G=43.51%
B=10.18%

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
Decimal1821714000.060.780.2955.3563.9643.53
HexB6AB28064E1D37402c
Octal2662535006116356710054
Binary101101101010101110100001101001110111011101111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB28; }

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

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

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

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

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

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

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

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