Shades of Citrus #A9B002
Tints of Citrus #A9B002
RGB
CMYK
RGB Variations
Color information
#A9B002 (or 0xA9B002) is known color: Citrus. HEX triplet: A9, B0 and 02. RGB value is (169,176,2). Sum of RGB (Red+Green+Blue) = 169+176+2=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9B002 is #564FFD. Grayscale: #9A9A9A. Windows color (decimal): -5656574 or 176297. OLE color: 176297.
HSL color Cylindrical-coordinate representation of color #A9B002: hue angle of 62.41º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9B002 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 176 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.31 |
| HSL | 62.41º | 0.98% | 0.35% | - |
| HSV(B) | 62.41º | 0.99% | 0.69% | - |
| XYZ | 31.9 | 39.49 | 6 | - |
| YUV | 154.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 176 | 2 | 0.04 | 0 | 0.99 | 0.31 | 62.41 | 0.98 | 0.35 |
| Hex | A9 | B0 | 2 | 4 | 0 | 63 | 1F | 3E | 62 | 23 |
| Octal | 251 | 260 | 2 | 4 | 0 | 143 | 37 | 76 | 142 | 43 |
| Binary | 10101001 | 10110000 | 10 | 100 | 0 | 1100011 | 11111 | 111110 | 1100010 | 100011 |
Color Harmonies of #A9B002
Complementary color
Monochromatic Colors of #A9B002
Black with #A9B002
Text Example
Text Example
White with #A9B002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B002; }
p { color: rgb(169,176,2); }
H1.HeaderClassName
{
color: #A9B002;
}
.AnyTagClassName
{
color: #A9B002;
}
</style>
background-color css
<style>
a { background-color: #A9B002; }
a { background-color: rgb(169,176,2); }
div.DivClassName
{
background-color: #A9B002;
}
.BgClassName
{
background-color: #A9B002;
}
</style>
border-color css
<style>
span { border-color: #A9B002; }
span { border-color: rgb(169,176,2); }
td.TdClassName
{
border-color: #A9B002;
}
.TagClassName
{
border-color: #A9B002;
}
</style>