Shades of Citron #9BA520
Tints of Citron #9BA520
RGB
CMYK
RGB Variations
Color information
#9BA520 (or 0x9BA520) is known color: Citron. HEX triplet: 9B, A5 and 20. RGB value is (155,165,32). Sum of RGB (Red+Green+Blue) = 155+165+32=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA520 is #645ADF. Grayscale: #939393. Windows color (decimal): -6576864 or 2139547. OLE color: 2139547.
HSL color Cylindrical-coordinate representation of color #9BA520: hue angle of 64.51º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BA520 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 32 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.35 |
| HSL | 64.51º | 0.68% | 0.39% | - |
| HSV(B) | 64.51º | 0.81% | 0.65% | - |
| XYZ | 27.23 | 33.98 | 6.49 | - |
| YUV | 146.85 | 63.19 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 32 | 0.06 | 0 | 0.81 | 0.35 | 64.51 | 0.68 | 0.39 |
| Hex | 9B | A5 | 20 | 6 | 0 | 51 | 23 | 41 | 44 | 27 |
| Octal | 233 | 245 | 40 | 6 | 0 | 121 | 43 | 101 | 104 | 47 |
| Binary | 10011011 | 10100101 | 100000 | 110 | 0 | 1010001 | 100011 | 1000001 | 1000100 | 100111 |
Color Harmonies of #9BA520
Complementary color
Monochromatic Colors of #9BA520
Black with #9BA520
Text Example
Text Example
White with #9BA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA520; }
p { color: rgb(155,165,32); }
H1.HeaderClassName
{
color: #9BA520;
}
.AnyTagClassName
{
color: #9BA520;
}
</style>
background-color css
<style>
a { background-color: #9BA520; }
a { background-color: rgb(155,165,32); }
div.DivClassName
{
background-color: #9BA520;
}
.BgClassName
{
background-color: #9BA520;
}
</style>
border-color css
<style>
span { border-color: #9BA520; }
span { border-color: rgb(155,165,32); }
td.TdClassName
{
border-color: #9BA520;
}
.TagClassName
{
border-color: #9BA520;
}
</style>