Shades of Citrus #A9BD0D
Tints of Citrus #A9BD0D
RGB
CMYK
RGB Variations
Color information
#A9BD0D (or 0xA9BD0D) is known color: Citrus. HEX triplet: A9, BD and 0D. RGB value is (169,189,13). Sum of RGB (Red+Green+Blue) = 169+189+13=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BD0D is #5642F2. Grayscale: #A3A3A3. Windows color (decimal): -5653235 or 900521. OLE color: 900521.
HSL color Cylindrical-coordinate representation of color #A9BD0D: hue angle of 66.82º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9BD0D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.26 |
| HSL | 66.82º | 0.87% | 0.4% | - |
| HSV(B) | 66.82º | 0.93% | 0.74% | - |
| XYZ | 34.63 | 44.86 | 7.21 | - |
| YUV | 162.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 13 | 0.11 | 0 | 0.93 | 0.26 | 66.82 | 0.87 | 0.4 |
| Hex | A9 | BD | D | B | 0 | 5D | 1A | 43 | 57 | 28 |
| Octal | 251 | 275 | 15 | 13 | 0 | 135 | 32 | 103 | 127 | 50 |
| Binary | 10101001 | 10111101 | 1101 | 1011 | 0 | 1011101 | 11010 | 1000011 | 1010111 | 101000 |
Color Harmonies of #A9BD0D
Complementary color
Monochromatic Colors of #A9BD0D
Black with #A9BD0D
Text Example
Text Example
White with #A9BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD0D; }
p { color: rgb(169,189,13); }
H1.HeaderClassName
{
color: #A9BD0D;
}
.AnyTagClassName
{
color: #A9BD0D;
}
</style>
background-color css
<style>
a { background-color: #A9BD0D; }
a { background-color: rgb(169,189,13); }
div.DivClassName
{
background-color: #A9BD0D;
}
.BgClassName
{
background-color: #A9BD0D;
}
</style>
border-color css
<style>
span { border-color: #A9BD0D; }
span { border-color: rgb(169,189,13); }
td.TdClassName
{
border-color: #A9BD0D;
}
.TagClassName
{
border-color: #A9BD0D;
}
</style>