#ACB279

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

Shades of Locust #ACB279

Tints of Locust #ACB279

Color information

#ACB279 (or 0xACB279) is unknown color: approx Locust. HEX triplet: AC, B2 and 79. RGB value is (172,178,121). Sum of RGB (Red+Green+Blue) = 172+178+121=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB279 is #534D86. Grayscale: #A9A9A9. Windows color (decimal): -5459335 or 7975596. OLE color: 7975596.

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

Color convert

RGB172178121-
CMYK0.0300.320.30
HSL66.32º27.01%58.63%-
HSV(B)66.32º32.02%69.8%-
XYZ36.3841.9924.28-
YUV169.71100.51129.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=36.52%
G=37.79%
B=25.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781210.0300.320.3066.3227.0158.63
HexACB27930201E421b3b
Octal2542621713040361023373
Binary1010110010110010111100111010000011110100001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB279; }

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

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

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

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

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

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

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

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