#ACB377

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

Shades of Locust #ACB377

Tints of Locust #ACB377

Color information

#ACB377 (or 0xACB377) is unknown color: approx Locust. HEX triplet: AC, B3 and 77. RGB value is (172,179,119). Sum of RGB (Red+Green+Blue) = 172+179+119=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB377 is #534C88. Grayscale: #AAAAAA. Windows color (decimal): -5459081 or 7844780. OLE color: 7844780.

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

Color convert

RGB172179119-
CMYK0.0400.340.30
HSL67º28.3%58.43%-
HSV(B)67º33.52%70.2%-
XYZ36.4642.3423.7-
YUV170.0799.18129.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=36.60%
G=38.09%
B=25.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791190.0400.340.306728.358.43
HexACB37740221E431c3a
Octal2542631674042361033472
Binary10101100101100111110111100010001011110100001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB377; }

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

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

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

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

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

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

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

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