Shades of Citron #9BA616
Tints of Citron #9BA616
RGB
CMYK
RGB Variations
Color information
#9BA616 (or 0x9BA616) is known color: Citron. HEX triplet: 9B, A6 and 16. RGB value is (155,166,22). Sum of RGB (Red+Green+Blue) = 155+166+22=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA616 is #6459E9. Grayscale: #929292. Windows color (decimal): -6576618 or 1484443. OLE color: 1484443.
HSL color Cylindrical-coordinate representation of color #9BA616: hue angle of 64.58º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BA616 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 22 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.35 |
| HSL | 64.58º | 0.77% | 0.37% | - |
| HSV(B) | 64.58º | 0.87% | 0.65% | - |
| XYZ | 27.3 | 34.3 | 5.94 | - |
| YUV | 146.3 | 57.86 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 22 | 0.07 | 0 | 0.87 | 0.35 | 64.58 | 0.77 | 0.37 |
| Hex | 9B | A6 | 16 | 7 | 0 | 57 | 23 | 41 | 4D | 25 |
| Octal | 233 | 246 | 26 | 7 | 0 | 127 | 43 | 101 | 115 | 45 |
| Binary | 10011011 | 10100110 | 10110 | 111 | 0 | 1010111 | 100011 | 1000001 | 1001101 | 100101 |
Color Harmonies of #9BA616
Complementary color
Monochromatic Colors of #9BA616
Black with #9BA616
Text Example
Text Example
White with #9BA616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA616; }
p { color: rgb(155,166,22); }
H1.HeaderClassName
{
color: #9BA616;
}
.AnyTagClassName
{
color: #9BA616;
}
</style>
background-color css
<style>
a { background-color: #9BA616; }
a { background-color: rgb(155,166,22); }
div.DivClassName
{
background-color: #9BA616;
}
.BgClassName
{
background-color: #9BA616;
}
</style>
border-color css
<style>
span { border-color: #9BA616; }
span { border-color: rgb(155,166,22); }
td.TdClassName
{
border-color: #9BA616;
}
.TagClassName
{
border-color: #9BA616;
}
</style>