Shades of Locust #ABB17C
Tints of Locust #ABB17C
RGB
CMYK
RGB Variations
Color information
#ABB17C (or 0xABB17C) is known color: Locust. HEX triplet: AB, B1 and 7C. RGB value is (171,177,124). Sum of RGB (Red+Green+Blue) = 171+177+124=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB17C is #544E83. Grayscale: #A9A9A9. Windows color (decimal): -5525124 or 8171947. OLE color: 8171947.
HSL color Cylindrical-coordinate representation of color #ABB17C: hue angle of 66.79º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB17C is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 124 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.31 |
| HSL | 66.79º | 0.25% | 0.59% | - |
| HSV(B) | 66.79º | 0.3% | 0.69% | - |
| XYZ | 36.15 | 41.56 | 25.18 | - |
| YUV | 169.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 124 | 0.03 | 0 | 0.30 | 0.31 | 66.79 | 0.25 | 0.59 |
| Hex | AB | B1 | 7C | 3 | 0 | 1E | 1F | 43 | 19 | 3B |
| Octal | 253 | 261 | 174 | 3 | 0 | 36 | 37 | 103 | 31 | 73 |
| Binary | 10101011 | 10110001 | 1111100 | 11 | 0 | 11110 | 11111 | 1000011 | 11001 | 111011 |
Color Harmonies of #ABB17C
Complementary color
Monochromatic Colors of #ABB17C
Black with #ABB17C
Text Example
Text Example
White with #ABB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB17C; }
p { color: rgb(171,177,124); }
H1.HeaderClassName
{
color: #ABB17C;
}
.AnyTagClassName
{
color: #ABB17C;
}
</style>
background-color css
<style>
a { background-color: #ABB17C; }
a { background-color: rgb(171,177,124); }
div.DivClassName
{
background-color: #ABB17C;
}
.BgClassName
{
background-color: #ABB17C;
}
</style>
border-color css
<style>
span { border-color: #ABB17C; }
span { border-color: rgb(171,177,124); }
td.TdClassName
{
border-color: #ABB17C;
}
.TagClassName
{
border-color: #ABB17C;
}
</style>