Shades of Citrus #A9B505
Tints of Citrus #A9B505
RGB
CMYK
RGB Variations
Color information
#A9B505 (or 0xA9B505) is known color: Citrus. HEX triplet: A9, B5 and 05. RGB value is (169,181,5). Sum of RGB (Red+Green+Blue) = 169+181+5=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B505 is #564AFA. Grayscale: #9E9E9E. Windows color (decimal): -5655291 or 374185. OLE color: 374185.
HSL color Cylindrical-coordinate representation of color #A9B505: hue angle of 64.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A9B505 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 181 | 5 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.29 |
| HSL | 64.09º | 0.95% | 0.36% | - |
| HSV(B) | 64.09º | 0.97% | 0.71% | - |
| XYZ | 32.91 | 41.49 | 6.42 | - |
| YUV | 157.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 5 | 0.07 | 0 | 0.97 | 0.29 | 64.09 | 0.95 | 0.36 |
| Hex | A9 | B5 | 5 | 7 | 0 | 61 | 1D | 40 | 5F | 24 |
| Octal | 251 | 265 | 5 | 7 | 0 | 141 | 35 | 100 | 137 | 44 |
| Binary | 10101001 | 10110101 | 101 | 111 | 0 | 1100001 | 11101 | 1000000 | 1011111 | 100100 |
Color Harmonies of #A9B505
Complementary color
Monochromatic Colors of #A9B505
Black with #A9B505
Text Example
Text Example
White with #A9B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B505; }
p { color: rgb(169,181,5); }
H1.HeaderClassName
{
color: #A9B505;
}
.AnyTagClassName
{
color: #A9B505;
}
</style>
background-color css
<style>
a { background-color: #A9B505; }
a { background-color: rgb(169,181,5); }
div.DivClassName
{
background-color: #A9B505;
}
.BgClassName
{
background-color: #A9B505;
}
</style>
border-color css
<style>
span { border-color: #A9B505; }
span { border-color: rgb(169,181,5); }
td.TdClassName
{
border-color: #A9B505;
}
.TagClassName
{
border-color: #A9B505;
}
</style>