#ABB479

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

Shades of Locust #ABB479

Tints of Locust #ABB479

Color information

#ABB479 (or 0xABB479) is unknown color: approx Locust. HEX triplet: AB, B4 and 79. RGB value is (171,180,121). Sum of RGB (Red+Green+Blue) = 171+180+121=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB479 is #544B86. Grayscale: #AAAAAA. Windows color (decimal): -5524359 or 7976107. OLE color: 7976107.

HSL color Cylindrical-coordinate representation of color #ABB479: hue angle of 69.15º 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 #ABB479 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB171180121-
CMYK0.0500.330.29
HSL69.15º28.23%59.02%-
HSV(B)69.15º32.78%70.59%-
XYZ36.5742.6824.4-
YUV170.58100.02128.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 121 (47.66% from 255) = 25.64%
R=36.23%
G=38.14%
B=25.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801210.0500.330.2969.1528.2359.02
HexABB47950211D451c3b
Octal2532641715041351053473
Binary10101011101101001111001101010000111101100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB479; }

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

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

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

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

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

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

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

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