Shades of Citrus #9DBB17
Tints of Citrus #9DBB17
RGB
CMYK
RGB Variations
Color information
#9DBB17 (or 0x9DBB17) is known color: Citrus. HEX triplet: 9D, BB and 17. RGB value is (157,187,23). Sum of RGB (Red+Green+Blue) = 157+187+23=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB17 is #6244E8. Grayscale: #9F9F9F. Windows color (decimal): -6440169 or 1555357. OLE color: 1555357.
HSL color Cylindrical-coordinate representation of color #9DBB17: hue angle of 70.98º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DBB17 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 23 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.27 |
| HSL | 70.98º | 0.78% | 0.41% | - |
| HSV(B) | 70.98º | 0.88% | 0.73% | - |
| XYZ | 31.83 | 42.77 | 7.39 | - |
| YUV | 159.33 | 51.06 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 23 | 0.16 | 0 | 0.88 | 0.27 | 70.98 | 0.78 | 0.41 |
| Hex | 9D | BB | 17 | 10 | 0 | 58 | 1B | 47 | 4E | 29 |
| Octal | 235 | 273 | 27 | 20 | 0 | 130 | 33 | 107 | 116 | 51 |
| Binary | 10011101 | 10111011 | 10111 | 10000 | 0 | 1011000 | 11011 | 1000111 | 1001110 | 101001 |
Color Harmonies of #9DBB17
Complementary color
Monochromatic Colors of #9DBB17
Black with #9DBB17
Text Example
Text Example
White with #9DBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB17; }
p { color: rgb(157,187,23); }
H1.HeaderClassName
{
color: #9DBB17;
}
.AnyTagClassName
{
color: #9DBB17;
}
</style>
background-color css
<style>
a { background-color: #9DBB17; }
a { background-color: rgb(157,187,23); }
div.DivClassName
{
background-color: #9DBB17;
}
.BgClassName
{
background-color: #9DBB17;
}
</style>
border-color css
<style>
span { border-color: #9DBB17; }
span { border-color: rgb(157,187,23); }
td.TdClassName
{
border-color: #9DBB17;
}
.TagClassName
{
border-color: #9DBB17;
}
</style>