#ABB17D

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

Shades of Locust #ABB17D

Tints of Locust #ABB17D

Color information

#ABB17D (or 0xABB17D) is unknown color: approx Locust. HEX triplet: AB, B1 and 7D. RGB value is (171,177,125). Sum of RGB (Red+Green+Blue) = 171+177+125=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB17D is #544E82. Grayscale: #A9A9A9. Windows color (decimal): -5525123 or 8237483. OLE color: 8237483.

HSL color Cylindrical-coordinate representation of color #ABB17D: hue angle of 66.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABB17D is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB171177125-
CMYK0.0300.290.31
HSL66.92º25%59.22%-
HSV(B)66.92º29.38%69.41%-
XYZ36.2241.5825.52-
YUV169.28103.01129.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=36.15%
G=37.42%
B=26.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771250.0300.290.3166.922559.22
HexABB17D301D1F43193b
Octal2532611753035371033173
Binary101010111011000111111011101110111111100001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB17D; }

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

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

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

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

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

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

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

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