#acb476

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

Shades of Locust #ACB476

Tints of Locust #ACB476

Color information

#ACB476 (or 0xACB476) is unknown color: approx Locust. HEX triplet: AC, B4 and 76. RGB value is (172,180,118). Sum of RGB (Red+Green+Blue) = 172+180+118=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB476 is #534B89. Grayscale: #AAAAAA. Windows color (decimal): -5458826 or 7779500. OLE color: 7779500.

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

Color convert

RGB172180118-
CMYK0.0400.340.29
HSL67.74º29.25%58.43%-
HSV(B)67.74º34.44%70.59%-
XYZ36.642.7223.46-
YUV170.5498.35129.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=36.60%
G=38.30%
B=25.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801180.0400.340.2967.7429.2558.43
HexACB47640221D441d3a
Octal2542641664042351043572
Binary10101100101101001110110100010001011101100010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acb476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acb476; }

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

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

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

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

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

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

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

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