#ACB282

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

Shades of Locust #ACB282

Tints of Locust #ACB282

Color information

#ACB282 (or 0xACB282) is unknown color: approx Locust. HEX triplet: AC, B2 and 82. RGB value is (172,178,130). Sum of RGB (Red+Green+Blue) = 172+178+130=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB282 is #534D7D. Grayscale: #AAAAAA. Windows color (decimal): -5459326 or 8565420. OLE color: 8565420.

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

Color convert

RGB172178130-
CMYK0.0300.270.30
HSL67.5º23.76%60.39%-
HSV(B)67.5º26.97%69.8%-
XYZ36.9642.2227.32-
YUV170.73105.01128.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 178 (69.92% from 255) = 37.08%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=35.83%
G=37.08%
B=27.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781300.0300.270.3067.523.7660.39
HexACB282301B1E44183c
Octal2542622023033361043074
Binary1010110010110010100000101101101111110100010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB282; }

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

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

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

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

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

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

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

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