#ACB479

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

Shades of Locust #ACB479

Tints of Locust #ACB479

Color information

#ACB479 (or 0xACB479) is unknown color: approx Locust. HEX triplet: AC, B4 and 79. RGB value is (172,180,121). Sum of RGB (Red+Green+Blue) = 172+180+121=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB479 is #534B86. Grayscale: #ABABAB. Windows color (decimal): -5458823 or 7976108. OLE color: 7976108.

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

Color convert

RGB172180121-
CMYK0.0400.330.29
HSL68.14º28.23%59.02%-
HSV(B)68.14º32.78%70.59%-
XYZ36.7942.7924.41-
YUV170.8899.85128.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=36.36%
G=38.05%
B=25.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801210.0400.330.2968.1428.2359.02
HexACB47940211D441c3b
Octal2542641714041351043473
Binary10101100101101001111001100010000111101100010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB479; }

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

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

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

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

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

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

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

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