#ABB371

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

Shades of Locust #ABB371

Tints of Locust #ABB371

Color information

#ABB371 (or 0xABB371) is unknown color: approx Locust. HEX triplet: AB, B3 and 71. RGB value is (171,179,113). Sum of RGB (Red+Green+Blue) = 171+179+113=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB371 is #544C8E. Grayscale: #A9A9A9. Windows color (decimal): -5524623 or 7451563. OLE color: 7451563.

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

Color convert

RGB171179113-
CMYK0.0400.370.30
HSL67.27º30.28%57.25%-
HSV(B)67.27º36.87%70.2%-
XYZ35.942.0921.86-
YUV169.0896.35129.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=36.93%
G=38.66%
B=24.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791130.0400.370.3067.2730.2857.25
HexABB37140251E431e39
Octal2532631614045361033671
Binary10101011101100111110001100010010111110100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB371; }

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

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

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

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

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

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

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

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