Shades of Locust #ABB273
Tints of Locust #ABB273
RGB
CMYK
RGB Variations
Color information
#ABB273 (or 0xABB273) is known color: Locust. HEX triplet: AB, B2 and 73. RGB value is (171,178,115). Sum of RGB (Red+Green+Blue) = 171+178+115=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB273 is #544D8C. Grayscale: #A8A8A8. Windows color (decimal): -5524877 or 7582379. OLE color: 7582379.
HSL color Cylindrical-coordinate representation of color #ABB273: hue angle of 66.67º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABB273 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 115 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.30 |
| HSL | 66.67º | 0.29% | 0.57% | - |
| HSV(B) | 66.67º | 0.35% | 0.7% | - |
| XYZ | 35.81 | 41.74 | 22.39 | - |
| YUV | 168.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 115 | 0.04 | 0 | 0.35 | 0.30 | 66.67 | 0.29 | 0.57 |
| Hex | AB | B2 | 73 | 4 | 0 | 23 | 1E | 43 | 1D | 39 |
| Octal | 253 | 262 | 163 | 4 | 0 | 43 | 36 | 103 | 35 | 71 |
| Binary | 10101011 | 10110010 | 1110011 | 100 | 0 | 100011 | 11110 | 1000011 | 11101 | 111001 |
Color Harmonies of #ABB273
Complementary color
Monochromatic Colors of #ABB273
Black with #ABB273
Text Example
Text Example
White with #ABB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB273; }
p { color: rgb(171,178,115); }
H1.HeaderClassName
{
color: #ABB273;
}
.AnyTagClassName
{
color: #ABB273;
}
</style>
background-color css
<style>
a { background-color: #ABB273; }
a { background-color: rgb(171,178,115); }
div.DivClassName
{
background-color: #ABB273;
}
.BgClassName
{
background-color: #ABB273;
}
</style>
border-color css
<style>
span { border-color: #ABB273; }
span { border-color: rgb(171,178,115); }
td.TdClassName
{
border-color: #ABB273;
}
.TagClassName
{
border-color: #ABB273;
}
</style>