Shades of Citron #9BA12B
Tints of Citron #9BA12B
RGB
CMYK
RGB Variations
Color information
#9BA12B (or 0x9BA12B) is known color: Citron. HEX triplet: 9B, A1 and 2B. RGB value is (155,161,43). Sum of RGB (Red+Green+Blue) = 155+161+43=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA12B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA12B is #645ED4. Grayscale: #929292. Windows color (decimal): -6577877 or 2859419. OLE color: 2859419.
HSL color Cylindrical-coordinate representation of color #9BA12B: hue angle of 63.05º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BA12B is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 43 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.37 |
| HSL | 63.05º | 0.58% | 0.4% | - |
| HSV(B) | 63.05º | 0.73% | 0.63% | - |
| XYZ | 26.7 | 32.63 | 7.18 | - |
| YUV | 145.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 43 | 0.04 | 0 | 0.73 | 0.37 | 63.05 | 0.58 | 0.4 |
| Hex | 9B | A1 | 2B | 4 | 0 | 49 | 25 | 3F | 3A | 28 |
| Octal | 233 | 241 | 53 | 4 | 0 | 111 | 45 | 77 | 72 | 50 |
| Binary | 10011011 | 10100001 | 101011 | 100 | 0 | 1001001 | 100101 | 111111 | 111010 | 101000 |
Color Harmonies of #9BA12B
Complementary color
Monochromatic Colors of #9BA12B
Black with #9BA12B
Text Example
Text Example
White with #9BA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA12B; }
p { color: rgb(155,161,43); }
H1.HeaderClassName
{
color: #9BA12B;
}
.AnyTagClassName
{
color: #9BA12B;
}
</style>
background-color css
<style>
a { background-color: #9BA12B; }
a { background-color: rgb(155,161,43); }
div.DivClassName
{
background-color: #9BA12B;
}
.BgClassName
{
background-color: #9BA12B;
}
</style>
border-color css
<style>
span { border-color: #9BA12B; }
span { border-color: rgb(155,161,43); }
td.TdClassName
{
border-color: #9BA12B;
}
.TagClassName
{
border-color: #9BA12B;
}
</style>