#ABB37C

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

Shades of Locust #ABB37C

Tints of Locust #ABB37C

Color information

#ABB37C (or 0xABB37C) is unknown color: approx Locust. HEX triplet: AB, B3 and 7C. RGB value is (171,179,124). Sum of RGB (Red+Green+Blue) = 171+179+124=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB37C is #544C83. Grayscale: #AAAAAA. Windows color (decimal): -5524612 or 8172459. OLE color: 8172459.

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

Color convert

RGB171179124-
CMYK0.0400.310.30
HSL68.73º26.57%59.41%-
HSV(B)68.73º30.73%70.2%-
XYZ36.5542.3525.32-
YUV170.34101.85128.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 124 (48.83% from 255) = 26.16%
R=36.08%
G=37.76%
B=26.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791240.0400.310.3068.7326.5759.41
HexABB37C401F1E451b3b
Octal2532631744037361053373
Binary1010101110110011111110010001111111110100010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB37C; }

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

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

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

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

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

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

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

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