#B4AB17

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

Shades of Earls Green #B4AB17

Tints of Earls Green #B4AB17

Color information

#B4AB17 (or 0xB4AB17) is unknown color: approx Earls Green. HEX triplet: B4, AB and 17. RGB value is (180,171,23). Sum of RGB (Red+Green+Blue) = 180+171+23=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AB17 is #4B54E8. Grayscale: #9D9D9D. Windows color (decimal): -4936937 or 1551284. OLE color: 1551284.

HSL color Cylindrical-coordinate representation of color #B4AB17: hue angle of 56.56º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4AB17 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18017123-
CMYK00.050.870.29
HSL56.56º77.34%39.8%-
HSV(B)56.56º87.22%70.59%-
XYZ33.5438.896.55-
YUV156.8252.48144.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 23 (9.38% from 255) = 6.15%
R=48.13%
G=45.72%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801712300.050.870.2956.5677.3439.8
HexB4AB1705571D394d28
Octal2642532705127357111550
Binary10110100101010111011101011010111111011110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AB17; }

 p { color: rgb(180,171,23); }

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

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

 a { background-color: rgb(180,171,23); }

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

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

 span { border-color: rgb(180,171,23); }

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