Shades of Citrus #9BA311
Tints of Citrus #9BA311
RGB
CMYK
RGB Variations
Color information
#9BA311 (or 0x9BA311) is known color: Citrus. HEX triplet: 9B, A3 and 11. RGB value is (155,163,17). Sum of RGB (Red+Green+Blue) = 155+163+17=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA311 is #645CEE. Grayscale: #909090. Windows color (decimal): -6577391 or 1155995. OLE color: 1155995.
HSL color Cylindrical-coordinate representation of color #9BA311: hue angle of 63.29º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BA311 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 17 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.36 |
| HSL | 63.29º | 0.81% | 0.35% | - |
| HSV(B) | 63.29º | 0.9% | 0.64% | - |
| XYZ | 26.72 | 33.2 | 5.53 | - |
| YUV | 143.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 17 | 0.05 | 0 | 0.90 | 0.36 | 63.29 | 0.81 | 0.35 |
| Hex | 9B | A3 | 11 | 5 | 0 | 5A | 24 | 3F | 51 | 23 |
| Octal | 233 | 243 | 21 | 5 | 0 | 132 | 44 | 77 | 121 | 43 |
| Binary | 10011011 | 10100011 | 10001 | 101 | 0 | 1011010 | 100100 | 111111 | 1010001 | 100011 |
Color Harmonies of #9BA311
Complementary color
Monochromatic Colors of #9BA311
Black with #9BA311
Text Example
Text Example
White with #9BA311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA311; }
p { color: rgb(155,163,17); }
H1.HeaderClassName
{
color: #9BA311;
}
.AnyTagClassName
{
color: #9BA311;
}
</style>
background-color css
<style>
a { background-color: #9BA311; }
a { background-color: rgb(155,163,17); }
div.DivClassName
{
background-color: #9BA311;
}
.BgClassName
{
background-color: #9BA311;
}
</style>
border-color css
<style>
span { border-color: #9BA311; }
span { border-color: rgb(155,163,17); }
td.TdClassName
{
border-color: #9BA311;
}
.TagClassName
{
border-color: #9BA311;
}
</style>