Shades of Citron #9A9927
Tints of Citron #9A9927
RGB
CMYK
RGB Variations
Color information
#9A9927 (or 0x9A9927) is known color: Citron. HEX triplet: 9A, 99 and 27. RGB value is (154,153,39). Sum of RGB (Red+Green+Blue) = 154+153+39=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9927 is #6566D8. Grayscale: #8C8C8C. Windows color (decimal): -6645465 or 2595226. OLE color: 2595226.
HSL color Cylindrical-coordinate representation of color #9A9927: hue angle of 59.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A9927 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 39 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.40 |
| HSL | 59.48º | 0.6% | 0.38% | - |
| HSV(B) | 59.48º | 0.75% | 0.6% | - |
| XYZ | 25.08 | 29.8 | 6.35 | - |
| YUV | 140.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 39 | 0 | 0.01 | 0.75 | 0.40 | 59.48 | 0.6 | 0.38 |
| Hex | 9A | 99 | 27 | 0 | 1 | 4B | 28 | 3B | 3C | 26 |
| Octal | 232 | 231 | 47 | 0 | 1 | 113 | 50 | 73 | 74 | 46 |
| Binary | 10011010 | 10011001 | 100111 | 0 | 1 | 1001011 | 101000 | 111011 | 111100 | 100110 |
Color Harmonies of #9A9927
Complementary color
Monochromatic Colors of #9A9927
Black with #9A9927
Text Example
Text Example
White with #9A9927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9927; }
p { color: rgb(154,153,39); }
H1.HeaderClassName
{
color: #9A9927;
}
.AnyTagClassName
{
color: #9A9927;
}
</style>
background-color css
<style>
a { background-color: #9A9927; }
a { background-color: rgb(154,153,39); }
div.DivClassName
{
background-color: #9A9927;
}
.BgClassName
{
background-color: #9A9927;
}
</style>
border-color css
<style>
span { border-color: #9A9927; }
span { border-color: rgb(154,153,39); }
td.TdClassName
{
border-color: #9A9927;
}
.TagClassName
{
border-color: #9A9927;
}
</style>