Shades of Citrus #9DBB11
Tints of Citrus #9DBB11
RGB
CMYK
RGB Variations
Color information
#9DBB11 (or 0x9DBB11) is known color: Citrus. HEX triplet: 9D, BB and 11. RGB value is (157,187,17). Sum of RGB (Red+Green+Blue) = 157+187+17=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB11 is #6244EE. Grayscale: #9F9F9F. Windows color (decimal): -6440175 or 1162141. OLE color: 1162141.
HSL color Cylindrical-coordinate representation of color #9DBB11: hue angle of 70.59º 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 #9DBB11 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 17 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.27 |
| HSL | 70.59º | 0.83% | 0.4% | - |
| HSV(B) | 70.59º | 0.91% | 0.73% | - |
| XYZ | 31.78 | 42.75 | 7.11 | - |
| YUV | 158.65 | 48.06 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 17 | 0.16 | 0 | 0.91 | 0.27 | 70.59 | 0.83 | 0.4 |
| Hex | 9D | BB | 11 | 10 | 0 | 5B | 1B | 47 | 53 | 28 |
| Octal | 235 | 273 | 21 | 20 | 0 | 133 | 33 | 107 | 123 | 50 |
| Binary | 10011101 | 10111011 | 10001 | 10000 | 0 | 1011011 | 11011 | 1000111 | 1010011 | 101000 |
Color Harmonies of #9DBB11
Complementary color
Monochromatic Colors of #9DBB11
Black with #9DBB11
Text Example
Text Example
White with #9DBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB11; }
p { color: rgb(157,187,17); }
H1.HeaderClassName
{
color: #9DBB11;
}
.AnyTagClassName
{
color: #9DBB11;
}
</style>
background-color css
<style>
a { background-color: #9DBB11; }
a { background-color: rgb(157,187,17); }
div.DivClassName
{
background-color: #9DBB11;
}
.BgClassName
{
background-color: #9DBB11;
}
</style>
border-color css
<style>
span { border-color: #9DBB11; }
span { border-color: rgb(157,187,17); }
td.TdClassName
{
border-color: #9DBB11;
}
.TagClassName
{
border-color: #9DBB11;
}
</style>