Shades of Citron #9A9B16
Tints of Citron #9A9B16
RGB
CMYK
RGB Variations
Color information
#9A9B16 (or 0x9A9B16) is known color: Citron. HEX triplet: 9A, 9B and 16. RGB value is (154,155,22). Sum of RGB (Red+Green+Blue) = 154+155+22=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #9A9B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9B16 is #6564E9. Grayscale: #8C8C8C. Windows color (decimal): -6644970 or 1481626. OLE color: 1481626.
HSL color Cylindrical-coordinate representation of color #9A9B16: hue angle of 60.45º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A9B16 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 155 | 22 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.39 |
| HSL | 60.45º | 0.75% | 0.35% | - |
| HSV(B) | 60.45º | 0.86% | 0.61% | - |
| XYZ | 25.19 | 30.37 | 5.29 | - |
| YUV | 139.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 22 | 0.01 | 0 | 0.86 | 0.39 | 60.45 | 0.75 | 0.35 |
| Hex | 9A | 9B | 16 | 1 | 0 | 56 | 27 | 3C | 4B | 23 |
| Octal | 232 | 233 | 26 | 1 | 0 | 126 | 47 | 74 | 113 | 43 |
| Binary | 10011010 | 10011011 | 10110 | 1 | 0 | 1010110 | 100111 | 111100 | 1001011 | 100011 |
Color Harmonies of #9A9B16
Complementary color
Monochromatic Colors of #9A9B16
Black with #9A9B16
Text Example
Text Example
White with #9A9B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9B16; }
p { color: rgb(154,155,22); }
H1.HeaderClassName
{
color: #9A9B16;
}
.AnyTagClassName
{
color: #9A9B16;
}
</style>
background-color css
<style>
a { background-color: #9A9B16; }
a { background-color: rgb(154,155,22); }
div.DivClassName
{
background-color: #9A9B16;
}
.BgClassName
{
background-color: #9A9B16;
}
</style>
border-color css
<style>
span { border-color: #9A9B16; }
span { border-color: rgb(154,155,22); }
td.TdClassName
{
border-color: #9A9B16;
}
.TagClassName
{
border-color: #9A9B16;
}
</style>