Shades of Locust #A9B278
Tints of Locust #A9B278
RGB
CMYK
RGB Variations
Color information
#A9B278 (or 0xA9B278) is known color: Locust. HEX triplet: A9, B2 and 78. RGB value is (169,178,120). Sum of RGB (Red+Green+Blue) = 169+178+120=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B278 is #564D87. Grayscale: #A8A8A8. Windows color (decimal): -5655944 or 7910057. OLE color: 7910057.
HSL color Cylindrical-coordinate representation of color #A9B278: hue angle of 69.31º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9B278 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 178 | 120 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.30 |
| HSL | 69.31º | 0.27% | 0.58% | - |
| HSV(B) | 69.31º | 0.33% | 0.7% | - |
| XYZ | 35.67 | 41.63 | 23.92 | - |
| YUV | 168.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 178 | 120 | 0.05 | 0 | 0.33 | 0.30 | 69.31 | 0.27 | 0.58 |
| Hex | A9 | B2 | 78 | 5 | 0 | 21 | 1E | 45 | 1B | 3A |
| Octal | 251 | 262 | 170 | 5 | 0 | 41 | 36 | 105 | 33 | 72 |
| Binary | 10101001 | 10110010 | 1111000 | 101 | 0 | 100001 | 11110 | 1000101 | 11011 | 111010 |
Color Harmonies of #A9B278
Complementary color
Monochromatic Colors of #A9B278
Black with #A9B278
Text Example
Text Example
White with #A9B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B278; }
p { color: rgb(169,178,120); }
H1.HeaderClassName
{
color: #A9B278;
}
.AnyTagClassName
{
color: #A9B278;
}
</style>
background-color css
<style>
a { background-color: #A9B278; }
a { background-color: rgb(169,178,120); }
div.DivClassName
{
background-color: #A9B278;
}
.BgClassName
{
background-color: #A9B278;
}
</style>
border-color css
<style>
span { border-color: #A9B278; }
span { border-color: rgb(169,178,120); }
td.TdClassName
{
border-color: #A9B278;
}
.TagClassName
{
border-color: #A9B278;
}
</style>