Shades of Citron #9BA121
Tints of Citron #9BA121
RGB
CMYK
RGB Variations
Color information
#9BA121 (or 0x9BA121) is known color: Citron. HEX triplet: 9B, A1 and 21. RGB value is (155,161,33). Sum of RGB (Red+Green+Blue) = 155+161+33=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA121 is #645EDE. Grayscale: #919191. Windows color (decimal): -6577887 or 2204059. OLE color: 2204059.
HSL color Cylindrical-coordinate representation of color #9BA121: hue angle of 62.81º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9BA121 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 33 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.37 |
| HSL | 62.81º | 0.66% | 0.38% | - |
| HSV(B) | 62.81º | 0.8% | 0.63% | - |
| XYZ | 26.54 | 32.57 | 6.33 | - |
| YUV | 144.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 33 | 0.04 | 0 | 0.80 | 0.37 | 62.81 | 0.66 | 0.38 |
| Hex | 9B | A1 | 21 | 4 | 0 | 50 | 25 | 3F | 42 | 26 |
| Octal | 233 | 241 | 41 | 4 | 0 | 120 | 45 | 77 | 102 | 46 |
| Binary | 10011011 | 10100001 | 100001 | 100 | 0 | 1010000 | 100101 | 111111 | 1000010 | 100110 |
Color Harmonies of #9BA121
Complementary color
Monochromatic Colors of #9BA121
Black with #9BA121
Text Example
Text Example
White with #9BA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA121; }
p { color: rgb(155,161,33); }
H1.HeaderClassName
{
color: #9BA121;
}
.AnyTagClassName
{
color: #9BA121;
}
</style>
background-color css
<style>
a { background-color: #9BA121; }
a { background-color: rgb(155,161,33); }
div.DivClassName
{
background-color: #9BA121;
}
.BgClassName
{
background-color: #9BA121;
}
</style>
border-color css
<style>
span { border-color: #9BA121; }
span { border-color: rgb(155,161,33); }
td.TdClassName
{
border-color: #9BA121;
}
.TagClassName
{
border-color: #9BA121;
}
</style>