Shades of Citron #9BA210
Tints of Citron #9BA210
RGB
CMYK
RGB Variations
Color information
#9BA210 (or 0x9BA210) is known color: Citron. HEX triplet: 9B, A2 and 10. RGB value is (155,162,16). Sum of RGB (Red+Green+Blue) = 155+162+16=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA210 is #645DEF. Grayscale: #8F8F8F. Windows color (decimal): -6577648 or 1090203. OLE color: 1090203.
HSL color Cylindrical-coordinate representation of color #9BA210: hue angle of 62.88º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BA210 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 16 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.36 |
| HSL | 62.88º | 0.82% | 0.35% | - |
| HSV(B) | 62.88º | 0.9% | 0.64% | - |
| XYZ | 26.53 | 32.85 | 5.43 | - |
| YUV | 143.26 | 56.18 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 16 | 0.04 | 0 | 0.90 | 0.36 | 62.88 | 0.82 | 0.35 |
| Hex | 9B | A2 | 10 | 4 | 0 | 5A | 24 | 3F | 52 | 23 |
| Octal | 233 | 242 | 20 | 4 | 0 | 132 | 44 | 77 | 122 | 43 |
| Binary | 10011011 | 10100010 | 10000 | 100 | 0 | 1011010 | 100100 | 111111 | 1010010 | 100011 |
Color Harmonies of #9BA210
Complementary color
Monochromatic Colors of #9BA210
Black with #9BA210
Text Example
Text Example
White with #9BA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA210; }
p { color: rgb(155,162,16); }
H1.HeaderClassName
{
color: #9BA210;
}
.AnyTagClassName
{
color: #9BA210;
}
</style>
background-color css
<style>
a { background-color: #9BA210; }
a { background-color: rgb(155,162,16); }
div.DivClassName
{
background-color: #9BA210;
}
.BgClassName
{
background-color: #9BA210;
}
</style>
border-color css
<style>
span { border-color: #9BA210; }
span { border-color: rgb(155,162,16); }
td.TdClassName
{
border-color: #9BA210;
}
.TagClassName
{
border-color: #9BA210;
}
</style>