Shades of Citrus #9BA811
Tints of Citrus #9BA811
RGB
CMYK
RGB Variations
Color information
#9BA811 (or 0x9BA811) is known color: Citrus. HEX triplet: 9B, A8 and 11. RGB value is (155,168,17). Sum of RGB (Red+Green+Blue) = 155+168+17=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA811 is #6457EE. Grayscale: #939393. Windows color (decimal): -6576111 or 1157275. OLE color: 1157275.
HSL color Cylindrical-coordinate representation of color #9BA811: hue angle of 65.17º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BA811 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 17 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.34 |
| HSL | 65.17º | 0.82% | 0.36% | - |
| HSV(B) | 65.17º | 0.9% | 0.66% | - |
| XYZ | 27.62 | 35.01 | 5.83 | - |
| YUV | 146.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 17 | 0.08 | 0 | 0.90 | 0.34 | 65.17 | 0.82 | 0.36 |
| Hex | 9B | A8 | 11 | 8 | 0 | 5A | 22 | 41 | 52 | 24 |
| Octal | 233 | 250 | 21 | 10 | 0 | 132 | 42 | 101 | 122 | 44 |
| Binary | 10011011 | 10101000 | 10001 | 1000 | 0 | 1011010 | 100010 | 1000001 | 1010010 | 100100 |
Color Harmonies of #9BA811
Complementary color
Monochromatic Colors of #9BA811
Black with #9BA811
Text Example
Text Example
White with #9BA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA811; }
p { color: rgb(155,168,17); }
H1.HeaderClassName
{
color: #9BA811;
}
.AnyTagClassName
{
color: #9BA811;
}
</style>
background-color css
<style>
a { background-color: #9BA811; }
a { background-color: rgb(155,168,17); }
div.DivClassName
{
background-color: #9BA811;
}
.BgClassName
{
background-color: #9BA811;
}
</style>
border-color css
<style>
span { border-color: #9BA811; }
span { border-color: rgb(155,168,17); }
td.TdClassName
{
border-color: #9BA811;
}
.TagClassName
{
border-color: #9BA811;
}
</style>