Shades of Locust #ABB37B
Tints of Locust #ABB37B
RGB
CMYK
RGB Variations
Color information
#ABB37B (or 0xABB37B) is known color: Locust. HEX triplet: AB, B3 and 7B. RGB value is (171,179,123). Sum of RGB (Red+Green+Blue) = 171+179+123=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB37B is #544C84. Grayscale: #AAAAAA. Windows color (decimal): -5524613 or 8106923. OLE color: 8106923.
HSL color Cylindrical-coordinate representation of color #ABB37B: hue angle of 68.57º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABB37B is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 123 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.30 |
| HSL | 68.57º | 0.27% | 0.59% | - |
| HSV(B) | 68.57º | 0.31% | 0.7% | - |
| XYZ | 36.49 | 42.33 | 24.99 | - |
| YUV | 170.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 123 | 0.04 | 0 | 0.31 | 0.30 | 68.57 | 0.27 | 0.59 |
| Hex | AB | B3 | 7B | 4 | 0 | 1F | 1E | 45 | 1B | 3B |
| Octal | 253 | 263 | 173 | 4 | 0 | 37 | 36 | 105 | 33 | 73 |
| Binary | 10101011 | 10110011 | 1111011 | 100 | 0 | 11111 | 11110 | 1000101 | 11011 | 111011 |
Color Harmonies of #ABB37B
Complementary color
Monochromatic Colors of #ABB37B
Black with #ABB37B
Text Example
Text Example
White with #ABB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB37B; }
p { color: rgb(171,179,123); }
H1.HeaderClassName
{
color: #ABB37B;
}
.AnyTagClassName
{
color: #ABB37B;
}
</style>
background-color css
<style>
a { background-color: #ABB37B; }
a { background-color: rgb(171,179,123); }
div.DivClassName
{
background-color: #ABB37B;
}
.BgClassName
{
background-color: #ABB37B;
}
</style>
border-color css
<style>
span { border-color: #ABB37B; }
span { border-color: rgb(171,179,123); }
td.TdClassName
{
border-color: #ABB37B;
}
.TagClassName
{
border-color: #ABB37B;
}
</style>