#ACB37E

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

Shades of Locust #ACB37E

Tints of Locust #ACB37E

Color information

#ACB37E (or 0xACB37E) is unknown color: approx Locust. HEX triplet: AC, B3 and 7E. RGB value is (172,179,126). Sum of RGB (Red+Green+Blue) = 172+179+126=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB37E is #534C81. Grayscale: #ABABAB. Windows color (decimal): -5459074 or 8303532. OLE color: 8303532.

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

Color convert

RGB172179126-
CMYK0.0400.300.30
HSL67.92º25.85%59.8%-
HSV(B)67.92º29.61%70.2%-
XYZ36.942.5226-
YUV170.86102.68128.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=36.06%
G=37.53%
B=26.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791260.0400.300.3067.9225.8559.8
HexACB37E401E1E441a3c
Octal2542631764036361043274
Binary1010110010110011111111010001111011110100010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB37E; }

 p { color: rgb(172,179,126); }

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

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

 a { background-color: rgb(172,179,126); }

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

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

 span { border-color: rgb(172,179,126); }

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