Shades of Locust #ABB07C
Tints of Locust #ABB07C
RGB
CMYK
RGB Variations
Color information
#ABB07C (or 0xABB07C) is known color: Locust. HEX triplet: AB, B0 and 7C. RGB value is (171,176,124). Sum of RGB (Red+Green+Blue) = 171+176+124=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB07C is #544F83. Grayscale: #A8A8A8. Windows color (decimal): -5525380 or 8171691. OLE color: 8171691.
HSL color Cylindrical-coordinate representation of color #ABB07C: hue angle of 65.77º 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 #ABB07C is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 176 | 124 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.31 |
| HSL | 65.77º | 0.25% | 0.59% | - |
| HSV(B) | 65.77º | 0.3% | 0.69% | - |
| XYZ | 35.96 | 41.16 | 25.12 | - |
| YUV | 168.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 124 | 0.03 | 0 | 0.30 | 0.31 | 65.77 | 0.25 | 0.59 |
| Hex | AB | B0 | 7C | 3 | 0 | 1E | 1F | 42 | 19 | 3B |
| Octal | 253 | 260 | 174 | 3 | 0 | 36 | 37 | 102 | 31 | 73 |
| Binary | 10101011 | 10110000 | 1111100 | 11 | 0 | 11110 | 11111 | 1000010 | 11001 | 111011 |
Color Harmonies of #ABB07C
Complementary color
Monochromatic Colors of #ABB07C
Black with #ABB07C
Text Example
Text Example
White with #ABB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB07C; }
p { color: rgb(171,176,124); }
H1.HeaderClassName
{
color: #ABB07C;
}
.AnyTagClassName
{
color: #ABB07C;
}
</style>
background-color css
<style>
a { background-color: #ABB07C; }
a { background-color: rgb(171,176,124); }
div.DivClassName
{
background-color: #ABB07C;
}
.BgClassName
{
background-color: #ABB07C;
}
</style>
border-color css
<style>
span { border-color: #ABB07C; }
span { border-color: rgb(171,176,124); }
td.TdClassName
{
border-color: #ABB07C;
}
.TagClassName
{
border-color: #ABB07C;
}
</style>