#ABB17F

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

Shades of Locust #ABB17F

Tints of Locust #ABB17F

Color information

#ABB17F (or 0xABB17F) is unknown color: approx Locust. HEX triplet: AB, B1 and 7F. RGB value is (171,177,127). Sum of RGB (Red+Green+Blue) = 171+177+127=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB17F is #544E80. Grayscale: #A9A9A9. Windows color (decimal): -5525121 or 8368555. OLE color: 8368555.

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

Color convert

RGB171177127-
CMYK0.0300.280.31
HSL67.2º24.27%59.61%-
HSV(B)67.2º28.25%69.41%-
XYZ36.3541.6326.2-
YUV169.51104.01129.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 127 (50% from 255) = 26.74%
R=36%
G=37.26%
B=26.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771270.0300.280.3167.224.2759.61
HexABB17F301C1F43183c
Octal2532611773034371033074
Binary101010111011000111111111101110011111100001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB17F; }

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

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

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

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

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

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

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

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