Shades of Citrus #9DBD16
Tints of Citrus #9DBD16
RGB
CMYK
RGB Variations
Color information
#9DBD16 (or 0x9DBD16) is known color: Citrus. HEX triplet: 9D, BD and 16. RGB value is (157,189,22). Sum of RGB (Red+Green+Blue) = 157+189+22=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBD16 is #6242E9. Grayscale: #A1A1A1. Windows color (decimal): -6439658 or 1490333. OLE color: 1490333.
HSL color Cylindrical-coordinate representation of color #9DBD16: hue angle of 71.5º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DBD16 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 22 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.26 |
| HSL | 71.5º | 0.79% | 0.41% | - |
| HSV(B) | 71.5º | 0.88% | 0.74% | - |
| XYZ | 32.25 | 43.62 | 7.48 | - |
| YUV | 160.39 | 49.9 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 22 | 0.17 | 0 | 0.88 | 0.26 | 71.5 | 0.79 | 0.41 |
| Hex | 9D | BD | 16 | 11 | 0 | 58 | 1A | 47 | 4F | 29 |
| Octal | 235 | 275 | 26 | 21 | 0 | 130 | 32 | 107 | 117 | 51 |
| Binary | 10011101 | 10111101 | 10110 | 10001 | 0 | 1011000 | 11010 | 1000111 | 1001111 | 101001 |
Color Harmonies of #9DBD16
Complementary color
Monochromatic Colors of #9DBD16
Black with #9DBD16
Text Example
Text Example
White with #9DBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD16; }
p { color: rgb(157,189,22); }
H1.HeaderClassName
{
color: #9DBD16;
}
.AnyTagClassName
{
color: #9DBD16;
}
</style>
background-color css
<style>
a { background-color: #9DBD16; }
a { background-color: rgb(157,189,22); }
div.DivClassName
{
background-color: #9DBD16;
}
.BgClassName
{
background-color: #9DBD16;
}
</style>
border-color css
<style>
span { border-color: #9DBD16; }
span { border-color: rgb(157,189,22); }
td.TdClassName
{
border-color: #9DBD16;
}
.TagClassName
{
border-color: #9DBD16;
}
</style>