Shades of Citrus #9DBD15
Tints of Citrus #9DBD15
RGB
CMYK
RGB Variations
Color information
#9DBD15 (or 0x9DBD15) is known color: Citrus. HEX triplet: 9D, BD and 15. RGB value is (157,189,21). Sum of RGB (Red+Green+Blue) = 157+189+21=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBD15 is #6242EA. Grayscale: #A0A0A0. Windows color (decimal): -6439659 or 1424797. OLE color: 1424797.
HSL color Cylindrical-coordinate representation of color #9DBD15: hue angle of 71.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DBD15 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 21 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.26 |
| HSL | 71.43º | 0.8% | 0.41% | - |
| HSV(B) | 71.43º | 0.89% | 0.74% | - |
| XYZ | 32.24 | 43.62 | 7.43 | - |
| YUV | 160.28 | 49.4 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 21 | 0.17 | 0 | 0.89 | 0.26 | 71.43 | 0.8 | 0.41 |
| Hex | 9D | BD | 15 | 11 | 0 | 59 | 1A | 47 | 50 | 29 |
| Octal | 235 | 275 | 25 | 21 | 0 | 131 | 32 | 107 | 120 | 51 |
| Binary | 10011101 | 10111101 | 10101 | 10001 | 0 | 1011001 | 11010 | 1000111 | 1010000 | 101001 |
Color Harmonies of #9DBD15
Complementary color
Monochromatic Colors of #9DBD15
Black with #9DBD15
Text Example
Text Example
White with #9DBD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD15; }
p { color: rgb(157,189,21); }
H1.HeaderClassName
{
color: #9DBD15;
}
.AnyTagClassName
{
color: #9DBD15;
}
</style>
background-color css
<style>
a { background-color: #9DBD15; }
a { background-color: rgb(157,189,21); }
div.DivClassName
{
background-color: #9DBD15;
}
.BgClassName
{
background-color: #9DBD15;
}
</style>
border-color css
<style>
span { border-color: #9DBD15; }
span { border-color: rgb(157,189,21); }
td.TdClassName
{
border-color: #9DBD15;
}
.TagClassName
{
border-color: #9DBD15;
}
</style>