Shades of Locust #ABB373
Tints of Locust #ABB373
RGB
CMYK
RGB Variations
Color information
#ABB373 (or 0xABB373) is known color: Locust. HEX triplet: AB, B3 and 73. RGB value is (171,179,115). Sum of RGB (Red+Green+Blue) = 171+179+115=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB373 is #544C8C. Grayscale: #A9A9A9. Windows color (decimal): -5524621 or 7582635. OLE color: 7582635.
HSL color Cylindrical-coordinate representation of color #ABB373: hue angle of 67.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABB373 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 115 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.30 |
| HSL | 67.5º | 0.3% | 0.58% | - |
| HSV(B) | 67.5º | 0.36% | 0.7% | - |
| XYZ | 36.01 | 42.14 | 22.45 | - |
| YUV | 169.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 115 | 0.04 | 0 | 0.36 | 0.30 | 67.5 | 0.3 | 0.58 |
| Hex | AB | B3 | 73 | 4 | 0 | 24 | 1E | 44 | 1E | 3A |
| Octal | 253 | 263 | 163 | 4 | 0 | 44 | 36 | 104 | 36 | 72 |
| Binary | 10101011 | 10110011 | 1110011 | 100 | 0 | 100100 | 11110 | 1000100 | 11110 | 111010 |
Color Harmonies of #ABB373
Complementary color
Monochromatic Colors of #ABB373
Black with #ABB373
Text Example
Text Example
White with #ABB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB373; }
p { color: rgb(171,179,115); }
H1.HeaderClassName
{
color: #ABB373;
}
.AnyTagClassName
{
color: #ABB373;
}
</style>
background-color css
<style>
a { background-color: #ABB373; }
a { background-color: rgb(171,179,115); }
div.DivClassName
{
background-color: #ABB373;
}
.BgClassName
{
background-color: #ABB373;
}
</style>
border-color css
<style>
span { border-color: #ABB373; }
span { border-color: rgb(171,179,115); }
td.TdClassName
{
border-color: #ABB373;
}
.TagClassName
{
border-color: #ABB373;
}
</style>