#ACB37B

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

Shades of Locust #ACB37B

Tints of Locust #ACB37B

Color information

#ACB37B (or 0xACB37B) is unknown color: approx Locust. HEX triplet: AC, B3 and 7B. RGB value is (172,179,123). Sum of RGB (Red+Green+Blue) = 172+179+123=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB37B is #534C84. Grayscale: #AAAAAA. Windows color (decimal): -5459077 or 8106924. OLE color: 8106924.

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

Color convert

RGB172179123-
CMYK0.0400.310.30
HSL67.5º26.92%59.22%-
HSV(B)67.5º31.28%70.2%-
XYZ36.7142.4425-
YUV170.52101.18129.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=36.29%
G=37.76%
B=25.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791230.0400.310.3067.526.9259.22
HexACB37B401F1E441b3b
Octal2542631734037361043373
Binary1010110010110011111101110001111111110100010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB37B; }

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

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

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

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

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

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

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

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