Shades of Citrus #A9B00D
Tints of Citrus #A9B00D
RGB
CMYK
RGB Variations
Color information
#A9B00D (or 0xA9B00D) is known color: Citrus. HEX triplet: A9, B0 and 0D. RGB value is (169,176,13). Sum of RGB (Red+Green+Blue) = 169+176+13=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9B00D is #564FF2. Grayscale: #9B9B9B. Windows color (decimal): -5656563 or 897193. OLE color: 897193.
HSL color Cylindrical-coordinate representation of color #A9B00D: hue angle of 62.58º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9B00D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 176 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.31 |
| HSL | 62.58º | 0.86% | 0.37% | - |
| HSV(B) | 62.58º | 0.93% | 0.69% | - |
| XYZ | 31.96 | 39.51 | 6.32 | - |
| YUV | 155.33 | 47.68 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 176 | 13 | 0.04 | 0 | 0.93 | 0.31 | 62.58 | 0.86 | 0.37 |
| Hex | A9 | B0 | D | 4 | 0 | 5D | 1F | 3F | 56 | 25 |
| Octal | 251 | 260 | 15 | 4 | 0 | 135 | 37 | 77 | 126 | 45 |
| Binary | 10101001 | 10110000 | 1101 | 100 | 0 | 1011101 | 11111 | 111111 | 1010110 | 100101 |
Color Harmonies of #A9B00D
Complementary color
Monochromatic Colors of #A9B00D
Black with #A9B00D
Text Example
Text Example
White with #A9B00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B00D; }
p { color: rgb(169,176,13); }
H1.HeaderClassName
{
color: #A9B00D;
}
.AnyTagClassName
{
color: #A9B00D;
}
</style>
background-color css
<style>
a { background-color: #A9B00D; }
a { background-color: rgb(169,176,13); }
div.DivClassName
{
background-color: #A9B00D;
}
.BgClassName
{
background-color: #A9B00D;
}
</style>
border-color css
<style>
span { border-color: #A9B00D; }
span { border-color: rgb(169,176,13); }
td.TdClassName
{
border-color: #A9B00D;
}
.TagClassName
{
border-color: #A9B00D;
}
</style>