Shades of Citrus #9DB516
Tints of Citrus #9DB516
RGB
CMYK
RGB Variations
Color information
#9DB516 (or 0x9DB516) is known color: Citrus. HEX triplet: 9D, B5 and 16. RGB value is (157,181,22). Sum of RGB (Red+Green+Blue) = 157+181+22=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB516 is #624AE9. Grayscale: #9C9C9C. Windows color (decimal): -6441706 or 1488285. OLE color: 1488285.
HSL color Cylindrical-coordinate representation of color #9DB516: hue angle of 69.06º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DB516 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 22 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.29 |
| HSL | 69.06º | 0.78% | 0.4% | - |
| HSV(B) | 69.06º | 0.88% | 0.71% | - |
| XYZ | 30.57 | 40.27 | 6.92 | - |
| YUV | 155.7 | 52.55 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 22 | 0.13 | 0 | 0.88 | 0.29 | 69.06 | 0.78 | 0.4 |
| Hex | 9D | B5 | 16 | D | 0 | 58 | 1D | 45 | 4E | 28 |
| Octal | 235 | 265 | 26 | 15 | 0 | 130 | 35 | 105 | 116 | 50 |
| Binary | 10011101 | 10110101 | 10110 | 1101 | 0 | 1011000 | 11101 | 1000101 | 1001110 | 101000 |
Color Harmonies of #9DB516
Complementary color
Monochromatic Colors of #9DB516
Black with #9DB516
Text Example
Text Example
White with #9DB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB516; }
p { color: rgb(157,181,22); }
H1.HeaderClassName
{
color: #9DB516;
}
.AnyTagClassName
{
color: #9DB516;
}
</style>
background-color css
<style>
a { background-color: #9DB516; }
a { background-color: rgb(157,181,22); }
div.DivClassName
{
background-color: #9DB516;
}
.BgClassName
{
background-color: #9DB516;
}
</style>
border-color css
<style>
span { border-color: #9DB516; }
span { border-color: rgb(157,181,22); }
td.TdClassName
{
border-color: #9DB516;
}
.TagClassName
{
border-color: #9DB516;
}
</style>