#ACB277

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

Shades of Locust #ACB277

Tints of Locust #ACB277

Color information

#ACB277 (or 0xACB277) is unknown color: approx Locust. HEX triplet: AC, B2 and 77. RGB value is (172,178,119). Sum of RGB (Red+Green+Blue) = 172+178+119=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB277 is #534D88. Grayscale: #A9A9A9. Windows color (decimal): -5459337 or 7844524. OLE color: 7844524.

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

Color convert

RGB172178119-
CMYK0.0300.330.30
HSL66.1º27.7%58.24%-
HSV(B)66.1º33.15%69.8%-
XYZ36.2641.9423.64-
YUV169.4899.51129.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=36.67%
G=37.95%
B=25.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781190.0300.330.3066.127.758.24
HexACB27730211E421c3a
Octal2542621673041361023472
Binary1010110010110010111011111010000111110100001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB277; }

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

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

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

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

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

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

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

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