Shades of Citrus #A9BA0A
Tints of Citrus #A9BA0A
RGB
CMYK
RGB Variations
Color information
#A9BA0A (or 0xA9BA0A) is known color: Citrus. HEX triplet: A9, BA and 0A. RGB value is (169,186,10). Sum of RGB (Red+Green+Blue) = 169+186+10=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BA0A is #5645F5. Grayscale: #A1A1A1. Windows color (decimal): -5654006 or 703145. OLE color: 703145.
HSL color Cylindrical-coordinate representation of color #A9BA0A: hue angle of 65.8º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9BA0A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 186 | 10 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.27 |
| HSL | 65.8º | 0.9% | 0.38% | - |
| HSV(B) | 65.8º | 0.95% | 0.73% | - |
| XYZ | 33.98 | 43.57 | 6.91 | - |
| YUV | 160.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 186 | 10 | 0.09 | 0 | 0.95 | 0.27 | 65.8 | 0.9 | 0.38 |
| Hex | A9 | BA | A | 9 | 0 | 5F | 1B | 42 | 5A | 26 |
| Octal | 251 | 272 | 12 | 11 | 0 | 137 | 33 | 102 | 132 | 46 |
| Binary | 10101001 | 10111010 | 1010 | 1001 | 0 | 1011111 | 11011 | 1000010 | 1011010 | 100110 |
Color Harmonies of #A9BA0A
Complementary color
Monochromatic Colors of #A9BA0A
Black with #A9BA0A
Text Example
Text Example
White with #A9BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BA0A; }
p { color: rgb(169,186,10); }
H1.HeaderClassName
{
color: #A9BA0A;
}
.AnyTagClassName
{
color: #A9BA0A;
}
</style>
background-color css
<style>
a { background-color: #A9BA0A; }
a { background-color: rgb(169,186,10); }
div.DivClassName
{
background-color: #A9BA0A;
}
.BgClassName
{
background-color: #A9BA0A;
}
</style>
border-color css
<style>
span { border-color: #A9BA0A; }
span { border-color: rgb(169,186,10); }
td.TdClassName
{
border-color: #A9BA0A;
}
.TagClassName
{
border-color: #A9BA0A;
}
</style>