#ABB37D

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

Shades of Locust #ABB37D

Tints of Locust #ABB37D

Color information

#ABB37D (or 0xABB37D) is unknown color: approx Locust. HEX triplet: AB, B3 and 7D. RGB value is (171,179,125). Sum of RGB (Red+Green+Blue) = 171+179+125=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB37D is #544C82. Grayscale: #AAAAAA. Windows color (decimal): -5524611 or 8237995. OLE color: 8237995.

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

Color convert

RGB171179125-
CMYK0.0400.300.30
HSL68.89º26.21%59.61%-
HSV(B)68.89º30.17%70.2%-
XYZ36.6242.3825.65-
YUV170.45102.35128.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=36%
G=37.68%
B=26.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791250.0400.300.3068.8926.2159.61
HexABB37D401E1E451a3c
Octal2532631754036361053274
Binary1010101110110011111110110001111011110100010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB37D; }

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

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

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

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

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

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

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

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