Shades of Locust #A9B37B
Tints of Locust #A9B37B
RGB
CMYK
RGB Variations
Color information
#A9B37B (or 0xA9B37B) is known color: Locust. HEX triplet: A9, B3 and 7B. RGB value is (169,179,123). Sum of RGB (Red+Green+Blue) = 169+179+123=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B37B is #564C84. Grayscale: #A9A9A9. Windows color (decimal): -5655685 or 8106921. OLE color: 8106921.
HSL color Cylindrical-coordinate representation of color #A9B37B: hue angle of 70.71º 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 #A9B37B is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 179 | 123 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.30 |
| HSL | 70.71º | 0.27% | 0.59% | - |
| HSV(B) | 70.71º | 0.31% | 0.7% | - |
| XYZ | 36.06 | 42.11 | 24.97 | - |
| YUV | 169.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 179 | 123 | 0.06 | 0 | 0.31 | 0.30 | 70.71 | 0.27 | 0.59 |
| Hex | A9 | B3 | 7B | 6 | 0 | 1F | 1E | 47 | 1B | 3B |
| Octal | 251 | 263 | 173 | 6 | 0 | 37 | 36 | 107 | 33 | 73 |
| Binary | 10101001 | 10110011 | 1111011 | 110 | 0 | 11111 | 11110 | 1000111 | 11011 | 111011 |
Color Harmonies of #A9B37B
Complementary color
Monochromatic Colors of #A9B37B
Black with #A9B37B
Text Example
Text Example
White with #A9B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B37B; }
p { color: rgb(169,179,123); }
H1.HeaderClassName
{
color: #A9B37B;
}
.AnyTagClassName
{
color: #A9B37B;
}
</style>
background-color css
<style>
a { background-color: #A9B37B; }
a { background-color: rgb(169,179,123); }
div.DivClassName
{
background-color: #A9B37B;
}
.BgClassName
{
background-color: #A9B37B;
}
</style>
border-color css
<style>
span { border-color: #A9B37B; }
span { border-color: rgb(169,179,123); }
td.TdClassName
{
border-color: #A9B37B;
}
.TagClassName
{
border-color: #A9B37B;
}
</style>