Shades of Citrus #9BA711
Tints of Citrus #9BA711
RGB
CMYK
RGB Variations
Color information
#9BA711 (or 0x9BA711) is known color: Citrus. HEX triplet: 9B, A7 and 11. RGB value is (155,167,17). Sum of RGB (Red+Green+Blue) = 155+167+17=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA711 is #6458EE. Grayscale: #929292. Windows color (decimal): -6576367 or 1157019. OLE color: 1157019.
HSL color Cylindrical-coordinate representation of color #9BA711: hue angle of 64.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BA711 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 17 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.35 |
| HSL | 64.8º | 0.82% | 0.36% | - |
| HSV(B) | 64.8º | 0.9% | 0.65% | - |
| XYZ | 27.44 | 34.65 | 5.77 | - |
| YUV | 146.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 17 | 0.07 | 0 | 0.90 | 0.35 | 64.8 | 0.82 | 0.36 |
| Hex | 9B | A7 | 11 | 7 | 0 | 5A | 23 | 41 | 52 | 24 |
| Octal | 233 | 247 | 21 | 7 | 0 | 132 | 43 | 101 | 122 | 44 |
| Binary | 10011011 | 10100111 | 10001 | 111 | 0 | 1011010 | 100011 | 1000001 | 1010010 | 100100 |
Color Harmonies of #9BA711
Complementary color
Monochromatic Colors of #9BA711
Black with #9BA711
Text Example
Text Example
White with #9BA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA711; }
p { color: rgb(155,167,17); }
H1.HeaderClassName
{
color: #9BA711;
}
.AnyTagClassName
{
color: #9BA711;
}
</style>
background-color css
<style>
a { background-color: #9BA711; }
a { background-color: rgb(155,167,17); }
div.DivClassName
{
background-color: #9BA711;
}
.BgClassName
{
background-color: #9BA711;
}
</style>
border-color css
<style>
span { border-color: #9BA711; }
span { border-color: rgb(155,167,17); }
td.TdClassName
{
border-color: #9BA711;
}
.TagClassName
{
border-color: #9BA711;
}
</style>