Shades of Citrus #A9B406
Tints of Citrus #A9B406
RGB
CMYK
RGB Variations
Color information
#A9B406 (or 0xA9B406) is known color: Citrus. HEX triplet: A9, B4 and 06. RGB value is (169,180,6). Sum of RGB (Red+Green+Blue) = 169+180+6=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B406 is #564BF9. Grayscale: #9D9D9D. Windows color (decimal): -5655546 or 439465. OLE color: 439465.
HSL color Cylindrical-coordinate representation of color #A9B406: hue angle of 63.79º degrees, saturation: 0.94, 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 #A9B406 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.29 |
| HSL | 63.79º | 0.94% | 0.36% | - |
| HSV(B) | 63.79º | 0.97% | 0.71% | - |
| XYZ | 32.72 | 41.09 | 6.38 | - |
| YUV | 156.88 | 42.86 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 6 | 0.06 | 0 | 0.97 | 0.29 | 63.79 | 0.94 | 0.36 |
| Hex | A9 | B4 | 6 | 6 | 0 | 61 | 1D | 40 | 5E | 24 |
| Octal | 251 | 264 | 6 | 6 | 0 | 141 | 35 | 100 | 136 | 44 |
| Binary | 10101001 | 10110100 | 110 | 110 | 0 | 1100001 | 11101 | 1000000 | 1011110 | 100100 |
Color Harmonies of #A9B406
Complementary color
Monochromatic Colors of #A9B406
Black with #A9B406
Text Example
Text Example
White with #A9B406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B406; }
p { color: rgb(169,180,6); }
H1.HeaderClassName
{
color: #A9B406;
}
.AnyTagClassName
{
color: #A9B406;
}
</style>
background-color css
<style>
a { background-color: #A9B406; }
a { background-color: rgb(169,180,6); }
div.DivClassName
{
background-color: #A9B406;
}
.BgClassName
{
background-color: #A9B406;
}
</style>
border-color css
<style>
span { border-color: #A9B406; }
span { border-color: rgb(169,180,6); }
td.TdClassName
{
border-color: #A9B406;
}
.TagClassName
{
border-color: #A9B406;
}
</style>