Shades of Citron #9BA214
Tints of Citron #9BA214
RGB
CMYK
RGB Variations
Color information
#9BA214 (or 0x9BA214) is known color: Citron. HEX triplet: 9B, A2 and 14. RGB value is (155,162,20). Sum of RGB (Red+Green+Blue) = 155+162+20=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA214 is #645DEB. Grayscale: #909090. Windows color (decimal): -6577644 or 1352347. OLE color: 1352347.
HSL color Cylindrical-coordinate representation of color #9BA214: hue angle of 62.96º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BA214 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 20 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.36 |
| HSL | 62.96º | 0.78% | 0.36% | - |
| HSV(B) | 62.96º | 0.88% | 0.64% | - |
| XYZ | 26.56 | 32.86 | 5.6 | - |
| YUV | 143.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 20 | 0.04 | 0 | 0.88 | 0.36 | 62.96 | 0.78 | 0.36 |
| Hex | 9B | A2 | 14 | 4 | 0 | 58 | 24 | 3F | 4E | 24 |
| Octal | 233 | 242 | 24 | 4 | 0 | 130 | 44 | 77 | 116 | 44 |
| Binary | 10011011 | 10100010 | 10100 | 100 | 0 | 1011000 | 100100 | 111111 | 1001110 | 100100 |
Color Harmonies of #9BA214
Complementary color
Monochromatic Colors of #9BA214
Black with #9BA214
Text Example
Text Example
White with #9BA214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA214; }
p { color: rgb(155,162,20); }
H1.HeaderClassName
{
color: #9BA214;
}
.AnyTagClassName
{
color: #9BA214;
}
</style>
background-color css
<style>
a { background-color: #9BA214; }
a { background-color: rgb(155,162,20); }
div.DivClassName
{
background-color: #9BA214;
}
.BgClassName
{
background-color: #9BA214;
}
</style>
border-color css
<style>
span { border-color: #9BA214; }
span { border-color: rgb(155,162,20); }
td.TdClassName
{
border-color: #9BA214;
}
.TagClassName
{
border-color: #9BA214;
}
</style>