#ABB372

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

Shades of Locust #ABB372

Tints of Locust #ABB372

Color information

#ABB372 (or 0xABB372) is unknown color: approx Locust. HEX triplet: AB, B3 and 72. RGB value is (171,179,114). Sum of RGB (Red+Green+Blue) = 171+179+114=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB372 is #544C8D. Grayscale: #A9A9A9. Windows color (decimal): -5524622 or 7517099. OLE color: 7517099.

HSL color Cylindrical-coordinate representation of color #ABB372: hue angle of 67.38º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABB372 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB171179114-
CMYK0.0400.360.30
HSL67.38º29.95%57.45%-
HSV(B)67.38º36.31%70.2%-
XYZ35.9542.1122.15-
YUV169.296.85129.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=36.85%
G=38.58%
B=24.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791140.0400.360.3067.3829.9557.45
HexABB37240241E431e39
Octal2532631624044361033671
Binary10101011101100111110010100010010011110100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB372; }

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

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

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

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

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

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

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

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