Shades of Citron #9A9A0D
Tints of Citron #9A9A0D
RGB
CMYK
RGB Variations
Color information
#9A9A0D (or 0x9A9A0D) is known color: Citron. HEX triplet: 9A, 9A and 0D. RGB value is (154,154,13). Sum of RGB (Red+Green+Blue) = 154+154+13=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 154 - color contains mainly: red, green. Hex color #9A9A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9A0D is #6565F2. Grayscale: #8A8A8A. Windows color (decimal): -6645235 or 891546. OLE color: 891546.
HSL color Cylindrical-coordinate representation of color #9A9A0D: hue angle of 60º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A9A0D is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 154 | 13 | - |
| CMYK | 0 | 0 | 0.92 | 0.40 |
| HSL | 60º | 0.84% | 0.33% | - |
| HSV(B) | 60º | 0.92% | 0.6% | - |
| XYZ | 24.95 | 30.01 | 4.86 | - |
| YUV | 137.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 154 | 13 | 0 | 0 | 0.92 | 0.40 | 60 | 0.84 | 0.33 |
| Hex | 9A | 9A | D | 0 | 0 | 5C | 28 | 3C | 54 | 21 |
| Octal | 232 | 232 | 15 | 0 | 0 | 134 | 50 | 74 | 124 | 41 |
| Binary | 10011010 | 10011010 | 1101 | 0 | 0 | 1011100 | 101000 | 111100 | 1010100 | 100001 |
Color Harmonies of #9A9A0D
Complementary color
Monochromatic Colors of #9A9A0D
Black with #9A9A0D
Text Example
Text Example
White with #9A9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9A0D; }
p { color: rgb(154,154,13); }
H1.HeaderClassName
{
color: #9A9A0D;
}
.AnyTagClassName
{
color: #9A9A0D;
}
</style>
background-color css
<style>
a { background-color: #9A9A0D; }
a { background-color: rgb(154,154,13); }
div.DivClassName
{
background-color: #9A9A0D;
}
.BgClassName
{
background-color: #9A9A0D;
}
</style>
border-color css
<style>
span { border-color: #9A9A0D; }
span { border-color: rgb(154,154,13); }
td.TdClassName
{
border-color: #9A9A0D;
}
.TagClassName
{
border-color: #9A9A0D;
}
</style>