Shades of Locust #ABB280
Tints of Locust #ABB280
RGB
CMYK
RGB Variations
Color information
#ABB280 (or 0xABB280) is known color: Locust. HEX triplet: AB, B2 and 80. RGB value is (171,178,128). Sum of RGB (Red+Green+Blue) = 171+178+128=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB280 is #544D7F. Grayscale: #AAAAAA. Windows color (decimal): -5524864 or 8434347. OLE color: 8434347.
HSL color Cylindrical-coordinate representation of color #ABB280: hue angle of 68.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB280 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 128 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.30 |
| HSL | 68.4º | 0.25% | 0.6% | - |
| HSV(B) | 68.4º | 0.28% | 0.7% | - |
| XYZ | 36.61 | 42.06 | 26.61 | - |
| YUV | 170.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 128 | 0.04 | 0 | 0.28 | 0.30 | 68.4 | 0.25 | 0.6 |
| Hex | AB | B2 | 80 | 4 | 0 | 1C | 1E | 44 | 19 | 3C |
| Octal | 253 | 262 | 200 | 4 | 0 | 34 | 36 | 104 | 31 | 74 |
| Binary | 10101011 | 10110010 | 10000000 | 100 | 0 | 11100 | 11110 | 1000100 | 11001 | 111100 |
Color Harmonies of #ABB280
Complementary color
Monochromatic Colors of #ABB280
Black with #ABB280
Text Example
Text Example
White with #ABB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB280; }
p { color: rgb(171,178,128); }
H1.HeaderClassName
{
color: #ABB280;
}
.AnyTagClassName
{
color: #ABB280;
}
</style>
background-color css
<style>
a { background-color: #ABB280; }
a { background-color: rgb(171,178,128); }
div.DivClassName
{
background-color: #ABB280;
}
.BgClassName
{
background-color: #ABB280;
}
</style>
border-color css
<style>
span { border-color: #ABB280; }
span { border-color: rgb(171,178,128); }
td.TdClassName
{
border-color: #ABB280;
}
.TagClassName
{
border-color: #ABB280;
}
</style>