Shades of Citron #9BA223
Tints of Citron #9BA223
RGB
CMYK
RGB Variations
Color information
#9BA223 (or 0x9BA223) is known color: Citron. HEX triplet: 9B, A2 and 23. RGB value is (155,162,35). Sum of RGB (Red+Green+Blue) = 155+162+35=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA223 is #645DDC. Grayscale: #919191. Windows color (decimal): -6577629 or 2335387. OLE color: 2335387.
HSL color Cylindrical-coordinate representation of color #9BA223: hue angle of 63.31º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9BA223 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 35 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.36 |
| HSL | 63.31º | 0.64% | 0.39% | - |
| HSV(B) | 63.31º | 0.78% | 0.64% | - |
| XYZ | 26.74 | 32.93 | 6.54 | - |
| YUV | 145.43 | 65.68 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 35 | 0.04 | 0 | 0.78 | 0.36 | 63.31 | 0.64 | 0.39 |
| Hex | 9B | A2 | 23 | 4 | 0 | 4E | 24 | 3F | 40 | 27 |
| Octal | 233 | 242 | 43 | 4 | 0 | 116 | 44 | 77 | 100 | 47 |
| Binary | 10011011 | 10100010 | 100011 | 100 | 0 | 1001110 | 100100 | 111111 | 1000000 | 100111 |
Color Harmonies of #9BA223
Complementary color
Monochromatic Colors of #9BA223
Black with #9BA223
Text Example
Text Example
White with #9BA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA223; }
p { color: rgb(155,162,35); }
H1.HeaderClassName
{
color: #9BA223;
}
.AnyTagClassName
{
color: #9BA223;
}
</style>
background-color css
<style>
a { background-color: #9BA223; }
a { background-color: rgb(155,162,35); }
div.DivClassName
{
background-color: #9BA223;
}
.BgClassName
{
background-color: #9BA223;
}
</style>
border-color css
<style>
span { border-color: #9BA223; }
span { border-color: rgb(155,162,35); }
td.TdClassName
{
border-color: #9BA223;
}
.TagClassName
{
border-color: #9BA223;
}
</style>