Shades of Citron #9BA110
Tints of Citron #9BA110
RGB
CMYK
RGB Variations
Color information
#9BA110 (or 0x9BA110) is known color: Citron. HEX triplet: 9B, A1 and 10. RGB value is (155,161,16). Sum of RGB (Red+Green+Blue) = 155+161+16=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA110 is #645EEF. Grayscale: #8F8F8F. Windows color (decimal): -6577904 or 1089947. OLE color: 1089947.
HSL color Cylindrical-coordinate representation of color #9BA110: hue angle of 62.48º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BA110 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 16 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.37 |
| HSL | 62.48º | 0.82% | 0.35% | - |
| HSV(B) | 62.48º | 0.9% | 0.63% | - |
| XYZ | 26.36 | 32.5 | 5.37 | - |
| YUV | 142.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 16 | 0.04 | 0 | 0.90 | 0.37 | 62.48 | 0.82 | 0.35 |
| Hex | 9B | A1 | 10 | 4 | 0 | 5A | 25 | 3E | 52 | 23 |
| Octal | 233 | 241 | 20 | 4 | 0 | 132 | 45 | 76 | 122 | 43 |
| Binary | 10011011 | 10100001 | 10000 | 100 | 0 | 1011010 | 100101 | 111110 | 1010010 | 100011 |
Color Harmonies of #9BA110
Complementary color
Monochromatic Colors of #9BA110
Black with #9BA110
Text Example
Text Example
White with #9BA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA110; }
p { color: rgb(155,161,16); }
H1.HeaderClassName
{
color: #9BA110;
}
.AnyTagClassName
{
color: #9BA110;
}
</style>
background-color css
<style>
a { background-color: #9BA110; }
a { background-color: rgb(155,161,16); }
div.DivClassName
{
background-color: #9BA110;
}
.BgClassName
{
background-color: #9BA110;
}
</style>
border-color css
<style>
span { border-color: #9BA110; }
span { border-color: rgb(155,161,16); }
td.TdClassName
{
border-color: #9BA110;
}
.TagClassName
{
border-color: #9BA110;
}
</style>