Shades of Citron #9BA011
Tints of Citron #9BA011
RGB
CMYK
RGB Variations
Color information
#9BA011 (or 0x9BA011) is known color: Citron. HEX triplet: 9B, A0 and 11. RGB value is (155,160,17). Sum of RGB (Red+Green+Blue) = 155+160+17=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA011 is #645FEE. Grayscale: #8E8E8E. Windows color (decimal): -6578159 or 1155227. OLE color: 1155227.
HSL color Cylindrical-coordinate representation of color #9BA011: hue angle of 62.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BA011 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 17 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.37 |
| HSL | 62.1º | 0.81% | 0.35% | - |
| HSV(B) | 62.1º | 0.89% | 0.63% | - |
| XYZ | 26.19 | 32.15 | 5.36 | - |
| YUV | 142.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 17 | 0.03 | 0 | 0.89 | 0.37 | 62.1 | 0.81 | 0.35 |
| Hex | 9B | A0 | 11 | 3 | 0 | 59 | 25 | 3E | 51 | 23 |
| Octal | 233 | 240 | 21 | 3 | 0 | 131 | 45 | 76 | 121 | 43 |
| Binary | 10011011 | 10100000 | 10001 | 11 | 0 | 1011001 | 100101 | 111110 | 1010001 | 100011 |
Color Harmonies of #9BA011
Complementary color
Monochromatic Colors of #9BA011
Black with #9BA011
Text Example
Text Example
White with #9BA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA011; }
p { color: rgb(155,160,17); }
H1.HeaderClassName
{
color: #9BA011;
}
.AnyTagClassName
{
color: #9BA011;
}
</style>
background-color css
<style>
a { background-color: #9BA011; }
a { background-color: rgb(155,160,17); }
div.DivClassName
{
background-color: #9BA011;
}
.BgClassName
{
background-color: #9BA011;
}
</style>
border-color css
<style>
span { border-color: #9BA011; }
span { border-color: rgb(155,160,17); }
td.TdClassName
{
border-color: #9BA011;
}
.TagClassName
{
border-color: #9BA011;
}
</style>