#B4AC17

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

Shades of Earls Green #B4AC17

Tints of Earls Green #B4AC17

Color information

#B4AC17 (or 0xB4AC17) is unknown color: approx Earls Green. HEX triplet: B4, AC and 17. RGB value is (180,172,23). Sum of RGB (Red+Green+Blue) = 180+172+23=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AC17 is #4B53E8. Grayscale: #9E9E9E. Windows color (decimal): -4936681 or 1551540. OLE color: 1551540.

HSL color Cylindrical-coordinate representation of color #B4AC17: hue angle of 56.94º 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 #B4AC17 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18017223-
CMYK00.040.870.29
HSL56.94º77.34%39.8%-
HSV(B)56.94º87.22%70.59%-
XYZ33.7339.276.61-
YUV157.4152.15144.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 23 (9.38% from 255) = 6.13%
R=48%
G=45.87%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801722300.040.870.2956.9477.3439.8
HexB4AC1704571D394d28
Octal2642542704127357111550
Binary10110100101011001011101001010111111011110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC17; }

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

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

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

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

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

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

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

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