Shades of Citrus #A2A908
Tints of Citrus #A2A908
RGB
CMYK
RGB Variations
Color information
#A2A908 (or 0xA2A908) is known color: Citrus. HEX triplet: A2, A9 and 08. RGB value is (162,169,8). Sum of RGB (Red+Green+Blue) = 162+169+8=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A908 is #5D56F7. Grayscale: #959595. Windows color (decimal): -6117112 or 567714. OLE color: 567714.
HSL color Cylindrical-coordinate representation of color #A2A908: hue angle of 62.61º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2A908 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 8 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.34 |
| HSL | 62.61º | 0.91% | 0.35% | - |
| HSV(B) | 62.61º | 0.95% | 0.66% | - |
| XYZ | 29.13 | 36.07 | 5.66 | - |
| YUV | 148.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 8 | 0.04 | 0 | 0.95 | 0.34 | 62.61 | 0.91 | 0.35 |
| Hex | A2 | A9 | 8 | 4 | 0 | 5F | 22 | 3F | 5B | 23 |
| Octal | 242 | 251 | 10 | 4 | 0 | 137 | 42 | 77 | 133 | 43 |
| Binary | 10100010 | 10101001 | 1000 | 100 | 0 | 1011111 | 100010 | 111111 | 1011011 | 100011 |
Color Harmonies of #A2A908
Complementary color
Monochromatic Colors of #A2A908
Black with #A2A908
Text Example
Text Example
White with #A2A908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A908; }
p { color: rgb(162,169,8); }
H1.HeaderClassName
{
color: #A2A908;
}
.AnyTagClassName
{
color: #A2A908;
}
</style>
background-color css
<style>
a { background-color: #A2A908; }
a { background-color: rgb(162,169,8); }
div.DivClassName
{
background-color: #A2A908;
}
.BgClassName
{
background-color: #A2A908;
}
</style>
border-color css
<style>
span { border-color: #A2A908; }
span { border-color: rgb(162,169,8); }
td.TdClassName
{
border-color: #A2A908;
}
.TagClassName
{
border-color: #A2A908;
}
</style>