Shades of Citron #9BA216
Tints of Citron #9BA216
RGB
CMYK
RGB Variations
Color information
#9BA216 (or 0x9BA216) is known color: Citron. HEX triplet: 9B, A2 and 16. RGB value is (155,162,22). Sum of RGB (Red+Green+Blue) = 155+162+22=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA216 is #645DE9. Grayscale: #909090. Windows color (decimal): -6577642 or 1483419. OLE color: 1483419.
HSL color Cylindrical-coordinate representation of color #9BA216: hue angle of 63º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BA216 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 22 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.36 |
| HSL | 63º | 0.76% | 0.36% | - |
| HSV(B) | 63º | 0.86% | 0.64% | - |
| XYZ | 26.58 | 32.87 | 5.7 | - |
| YUV | 143.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 22 | 0.04 | 0 | 0.86 | 0.36 | 63 | 0.76 | 0.36 |
| Hex | 9B | A2 | 16 | 4 | 0 | 56 | 24 | 3F | 4C | 24 |
| Octal | 233 | 242 | 26 | 4 | 0 | 126 | 44 | 77 | 114 | 44 |
| Binary | 10011011 | 10100010 | 10110 | 100 | 0 | 1010110 | 100100 | 111111 | 1001100 | 100100 |
Color Harmonies of #9BA216
Complementary color
Monochromatic Colors of #9BA216
Black with #9BA216
Text Example
Text Example
White with #9BA216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA216; }
p { color: rgb(155,162,22); }
H1.HeaderClassName
{
color: #9BA216;
}
.AnyTagClassName
{
color: #9BA216;
}
</style>
background-color css
<style>
a { background-color: #9BA216; }
a { background-color: rgb(155,162,22); }
div.DivClassName
{
background-color: #9BA216;
}
.BgClassName
{
background-color: #9BA216;
}
</style>
border-color css
<style>
span { border-color: #9BA216; }
span { border-color: rgb(155,162,22); }
td.TdClassName
{
border-color: #9BA216;
}
.TagClassName
{
border-color: #9BA216;
}
</style>