Shades of Locust #ABB27C
Tints of Locust #ABB27C
RGB
CMYK
RGB Variations
Color information
#ABB27C (or 0xABB27C) is known color: Locust. HEX triplet: AB, B2 and 7C. RGB value is (171,178,124). Sum of RGB (Red+Green+Blue) = 171+178+124=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB27C is #544D83. Grayscale: #A9A9A9. Windows color (decimal): -5524868 or 8172203. OLE color: 8172203.
HSL color Cylindrical-coordinate representation of color #ABB27C: hue angle of 67.78º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB27C is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 124 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.30 |
| HSL | 67.78º | 0.26% | 0.59% | - |
| HSV(B) | 67.78º | 0.3% | 0.7% | - |
| XYZ | 36.35 | 41.95 | 25.25 | - |
| YUV | 169.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 124 | 0.04 | 0 | 0.30 | 0.30 | 67.78 | 0.26 | 0.59 |
| Hex | AB | B2 | 7C | 4 | 0 | 1E | 1E | 44 | 1A | 3B |
| Octal | 253 | 262 | 174 | 4 | 0 | 36 | 36 | 104 | 32 | 73 |
| Binary | 10101011 | 10110010 | 1111100 | 100 | 0 | 11110 | 11110 | 1000100 | 11010 | 111011 |
Color Harmonies of #ABB27C
Complementary color
Monochromatic Colors of #ABB27C
Black with #ABB27C
Text Example
Text Example
White with #ABB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB27C; }
p { color: rgb(171,178,124); }
H1.HeaderClassName
{
color: #ABB27C;
}
.AnyTagClassName
{
color: #ABB27C;
}
</style>
background-color css
<style>
a { background-color: #ABB27C; }
a { background-color: rgb(171,178,124); }
div.DivClassName
{
background-color: #ABB27C;
}
.BgClassName
{
background-color: #ABB27C;
}
</style>
border-color css
<style>
span { border-color: #ABB27C; }
span { border-color: rgb(171,178,124); }
td.TdClassName
{
border-color: #ABB27C;
}
.TagClassName
{
border-color: #ABB27C;
}
</style>