#ACB371

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

Shades of Locust #ACB371

Tints of Locust #ACB371

Color information

#ACB371 (or 0xACB371) is unknown color: approx Locust. HEX triplet: AC, B3 and 71. RGB value is (172,179,113). Sum of RGB (Red+Green+Blue) = 172+179+113=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB371 is #534C8E. Grayscale: #A9A9A9. Windows color (decimal): -5459087 or 7451564. OLE color: 7451564.

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

Color convert

RGB172179113-
CMYK0.0400.370.30
HSL66.36º30.28%57.25%-
HSV(B)66.36º36.87%70.2%-
XYZ36.1142.221.87-
YUV169.3896.18129.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=37.07%
G=38.58%
B=24.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791130.0400.370.3066.3630.2857.25
HexACB37140251E421e39
Octal2542631614045361023671
Binary10101100101100111110001100010010111110100001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB371; }

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

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

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

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

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

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

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

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