#ACB278

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

Shades of Locust #ACB278

Tints of Locust #ACB278

Color information

#ACB278 (or 0xACB278) is unknown color: approx Locust. HEX triplet: AC, B2 and 78. RGB value is (172,178,120). Sum of RGB (Red+Green+Blue) = 172+178+120=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB278 is #534D87. Grayscale: #A9A9A9. Windows color (decimal): -5459336 or 7910060. OLE color: 7910060.

HSL color Cylindrical-coordinate representation of color #ACB278: hue angle of 66.21º degrees, saturation: 0.27, 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 #ACB278 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB172178120-
CMYK0.0300.330.30
HSL66.21º27.36%58.43%-
HSV(B)66.21º32.58%69.8%-
XYZ36.3241.9723.96-
YUV169.59100.01129.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 178 (69.92% from 255) = 37.87%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=36.60%
G=37.87%
B=25.53%

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
Decimal1721781200.0300.330.3066.2127.3658.43
HexACB27830211E421b3a
Octal2542621703041361023372
Binary1010110010110010111100011010000111110100001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB278; }

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

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

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

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

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

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

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

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