Shades of Citrus #A9B408
Tints of Citrus #A9B408
RGB
CMYK
RGB Variations
Color information
#A9B408 (or 0xA9B408) is known color: Citrus. HEX triplet: A9, B4 and 08. RGB value is (169,180,8). Sum of RGB (Red+Green+Blue) = 169+180+8=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B408 is #564BF7. Grayscale: #9D9D9D. Windows color (decimal): -5655544 or 570537. OLE color: 570537.
HSL color Cylindrical-coordinate representation of color #A9B408: hue angle of 63.84º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9B408 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.29 |
| HSL | 63.84º | 0.91% | 0.37% | - |
| HSV(B) | 63.84º | 0.96% | 0.71% | - |
| XYZ | 32.73 | 41.1 | 6.44 | - |
| YUV | 157.1 | 43.86 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 8 | 0.06 | 0 | 0.96 | 0.29 | 63.84 | 0.91 | 0.37 |
| Hex | A9 | B4 | 8 | 6 | 0 | 60 | 1D | 40 | 5B | 25 |
| Octal | 251 | 264 | 10 | 6 | 0 | 140 | 35 | 100 | 133 | 45 |
| Binary | 10101001 | 10110100 | 1000 | 110 | 0 | 1100000 | 11101 | 1000000 | 1011011 | 100101 |
Color Harmonies of #A9B408
Complementary color
Monochromatic Colors of #A9B408
Black with #A9B408
Text Example
Text Example
White with #A9B408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B408; }
p { color: rgb(169,180,8); }
H1.HeaderClassName
{
color: #A9B408;
}
.AnyTagClassName
{
color: #A9B408;
}
</style>
background-color css
<style>
a { background-color: #A9B408; }
a { background-color: rgb(169,180,8); }
div.DivClassName
{
background-color: #A9B408;
}
.BgClassName
{
background-color: #A9B408;
}
</style>
border-color css
<style>
span { border-color: #A9B408; }
span { border-color: rgb(169,180,8); }
td.TdClassName
{
border-color: #A9B408;
}
.TagClassName
{
border-color: #A9B408;
}
</style>