Shades of Citron #9BA213
Tints of Citron #9BA213
RGB
CMYK
RGB Variations
Color information
#9BA213 (or 0x9BA213) is known color: Citron. HEX triplet: 9B, A2 and 13. RGB value is (155,162,19). Sum of RGB (Red+Green+Blue) = 155+162+19=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA213 is #645DEC. Grayscale: #909090. Windows color (decimal): -6577645 or 1286811. OLE color: 1286811.
HSL color Cylindrical-coordinate representation of color #9BA213: hue angle of 62.94º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BA213 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 19 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.36 |
| HSL | 62.94º | 0.79% | 0.35% | - |
| HSV(B) | 62.94º | 0.88% | 0.64% | - |
| XYZ | 26.56 | 32.86 | 5.56 | - |
| YUV | 143.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 19 | 0.04 | 0 | 0.88 | 0.36 | 62.94 | 0.79 | 0.35 |
| Hex | 9B | A2 | 13 | 4 | 0 | 58 | 24 | 3F | 4F | 23 |
| Octal | 233 | 242 | 23 | 4 | 0 | 130 | 44 | 77 | 117 | 43 |
| Binary | 10011011 | 10100010 | 10011 | 100 | 0 | 1011000 | 100100 | 111111 | 1001111 | 100011 |
Color Harmonies of #9BA213
Complementary color
Monochromatic Colors of #9BA213
Black with #9BA213
Text Example
Text Example
White with #9BA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA213; }
p { color: rgb(155,162,19); }
H1.HeaderClassName
{
color: #9BA213;
}
.AnyTagClassName
{
color: #9BA213;
}
</style>
background-color css
<style>
a { background-color: #9BA213; }
a { background-color: rgb(155,162,19); }
div.DivClassName
{
background-color: #9BA213;
}
.BgClassName
{
background-color: #9BA213;
}
</style>
border-color css
<style>
span { border-color: #9BA213; }
span { border-color: rgb(155,162,19); }
td.TdClassName
{
border-color: #9BA213;
}
.TagClassName
{
border-color: #9BA213;
}
</style>