Shades of Citron #9A9618
Tints of Citron #9A9618
RGB
CMYK
RGB Variations
Color information
#9A9618 (or 0x9A9618) is known color: Citron. HEX triplet: 9A, 96 and 18. RGB value is (154,150,24). Sum of RGB (Red+Green+Blue) = 154+150+24=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9618 is #6569E7. Grayscale: #898989. Windows color (decimal): -6646248 or 1611418. OLE color: 1611418.
HSL color Cylindrical-coordinate representation of color #9A9618: hue angle of 58.15º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A9618 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 24 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.40 |
| HSL | 58.15º | 0.73% | 0.35% | - |
| HSV(B) | 58.15º | 0.84% | 0.6% | - |
| XYZ | 24.4 | 28.75 | 5.13 | - |
| YUV | 136.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 24 | 0 | 0.03 | 0.84 | 0.40 | 58.15 | 0.73 | 0.35 |
| Hex | 9A | 96 | 18 | 0 | 3 | 54 | 28 | 3A | 49 | 23 |
| Octal | 232 | 226 | 30 | 0 | 3 | 124 | 50 | 72 | 111 | 43 |
| Binary | 10011010 | 10010110 | 11000 | 0 | 11 | 1010100 | 101000 | 111010 | 1001001 | 100011 |
Color Harmonies of #9A9618
Complementary color
Monochromatic Colors of #9A9618
Black with #9A9618
Text Example
Text Example
White with #9A9618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9618; }
p { color: rgb(154,150,24); }
H1.HeaderClassName
{
color: #9A9618;
}
.AnyTagClassName
{
color: #9A9618;
}
</style>
background-color css
<style>
a { background-color: #9A9618; }
a { background-color: rgb(154,150,24); }
div.DivClassName
{
background-color: #9A9618;
}
.BgClassName
{
background-color: #9A9618;
}
</style>
border-color css
<style>
span { border-color: #9A9618; }
span { border-color: rgb(154,150,24); }
td.TdClassName
{
border-color: #9A9618;
}
.TagClassName
{
border-color: #9A9618;
}
</style>