Shades of Citrus #9DB911
Tints of Citrus #9DB911
RGB
CMYK
RGB Variations
Color information
#9DB911 (or 0x9DB911) is known color: Citrus. HEX triplet: 9D, B9 and 11. RGB value is (157,185,17). Sum of RGB (Red+Green+Blue) = 157+185+17=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB911 is #6246EE. Grayscale: #9E9E9E. Windows color (decimal): -6440687 or 1161629. OLE color: 1161629.
HSL color Cylindrical-coordinate representation of color #9DB911: hue angle of 70º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DB911 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 17 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.27 |
| HSL | 70º | 0.83% | 0.4% | - |
| HSV(B) | 70º | 0.91% | 0.73% | - |
| XYZ | 31.35 | 41.91 | 6.97 | - |
| YUV | 157.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 17 | 0.15 | 0 | 0.91 | 0.27 | 70 | 0.83 | 0.4 |
| Hex | 9D | B9 | 11 | F | 0 | 5B | 1B | 46 | 53 | 28 |
| Octal | 235 | 271 | 21 | 17 | 0 | 133 | 33 | 106 | 123 | 50 |
| Binary | 10011101 | 10111001 | 10001 | 1111 | 0 | 1011011 | 11011 | 1000110 | 1010011 | 101000 |
Color Harmonies of #9DB911
Complementary color
Monochromatic Colors of #9DB911
Black with #9DB911
Text Example
Text Example
White with #9DB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB911; }
p { color: rgb(157,185,17); }
H1.HeaderClassName
{
color: #9DB911;
}
.AnyTagClassName
{
color: #9DB911;
}
</style>
background-color css
<style>
a { background-color: #9DB911; }
a { background-color: rgb(157,185,17); }
div.DivClassName
{
background-color: #9DB911;
}
.BgClassName
{
background-color: #9DB911;
}
</style>
border-color css
<style>
span { border-color: #9DB911; }
span { border-color: rgb(157,185,17); }
td.TdClassName
{
border-color: #9DB911;
}
.TagClassName
{
border-color: #9DB911;
}
</style>