Shades of Locust #ABB37C
Tints of Locust #ABB37C
RGB
CMYK
RGB Variations
Color information
#ABB37C (or 0xABB37C) is known color: 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
| RGB | 171 | 179 | 124 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.30 |
| HSL | 68.73º | 0.27% | 0.59% | - |
| HSV(B) | 68.73º | 0.31% | 0.7% | - |
| XYZ | 36.55 | 42.35 | 25.32 | - |
| YUV | 170.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 124 | 0.04 | 0 | 0.31 | 0.30 | 68.73 | 0.27 | 0.59 |
| Hex | AB | B3 | 7C | 4 | 0 | 1F | 1E | 45 | 1B | 3B |
| Octal | 253 | 263 | 174 | 4 | 0 | 37 | 36 | 105 | 33 | 73 |
| Binary | 10101011 | 10110011 | 1111100 | 100 | 0 | 11111 | 11110 | 1000101 | 11011 | 111011 |
Color Harmonies of #ABB37C
Complementary color
Monochromatic Colors of #ABB37C
Black with #ABB37C
Text Example
Text Example
White with #ABB37C
Text Example
Text Example
HTML Codes & Css Web 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>