#ABB472

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

Shades of Locust #ABB472

Tints of Locust #ABB472

Color information

#ABB472 (or 0xABB472) is unknown color: approx Locust. HEX triplet: AB, B4 and 72. RGB value is (171,180,114). Sum of RGB (Red+Green+Blue) = 171+180+114=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB472 is #544B8D. Grayscale: #AAAAAA. Windows color (decimal): -5524366 or 7517355. OLE color: 7517355.

HSL color Cylindrical-coordinate representation of color #ABB472: hue angle of 68.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABB472 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB171180114-
CMYK0.0500.370.29
HSL68.18º30.56%57.65%-
HSV(B)68.18º36.67%70.59%-
XYZ36.1542.5222.22-
YUV169.7896.52128.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=36.77%
G=38.71%
B=24.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801140.0500.370.2968.1830.5657.65
HexABB47250251D441f3a
Octal2532641625045351043772
Binary10101011101101001110010101010010111101100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB472; }

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

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

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

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

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

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

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

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