Shades of Citrus #9DBD0E
Tints of Citrus #9DBD0E
RGB
CMYK
RGB Variations
Color information
#9DBD0E (or 0x9DBD0E) is known color: Citrus. HEX triplet: 9D, BD and 0E. RGB value is (157,189,14). Sum of RGB (Red+Green+Blue) = 157+189+14=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBD0E is #6242F1. Grayscale: #A0A0A0. Windows color (decimal): -6439666 or 966045. OLE color: 966045.
HSL color Cylindrical-coordinate representation of color #9DBD0E: hue angle of 70.97º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DBD0E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 14 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.26 |
| HSL | 70.97º | 0.86% | 0.4% | - |
| HSV(B) | 70.97º | 0.93% | 0.74% | - |
| XYZ | 32.18 | 43.6 | 7.13 | - |
| YUV | 159.48 | 45.9 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 14 | 0.17 | 0 | 0.93 | 0.26 | 70.97 | 0.86 | 0.4 |
| Hex | 9D | BD | E | 11 | 0 | 5D | 1A | 47 | 56 | 28 |
| Octal | 235 | 275 | 16 | 21 | 0 | 135 | 32 | 107 | 126 | 50 |
| Binary | 10011101 | 10111101 | 1110 | 10001 | 0 | 1011101 | 11010 | 1000111 | 1010110 | 101000 |
Color Harmonies of #9DBD0E
Complementary color
Monochromatic Colors of #9DBD0E
Black with #9DBD0E
Text Example
Text Example
White with #9DBD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD0E; }
p { color: rgb(157,189,14); }
H1.HeaderClassName
{
color: #9DBD0E;
}
.AnyTagClassName
{
color: #9DBD0E;
}
</style>
background-color css
<style>
a { background-color: #9DBD0E; }
a { background-color: rgb(157,189,14); }
div.DivClassName
{
background-color: #9DBD0E;
}
.BgClassName
{
background-color: #9DBD0E;
}
</style>
border-color css
<style>
span { border-color: #9DBD0E; }
span { border-color: rgb(157,189,14); }
td.TdClassName
{
border-color: #9DBD0E;
}
.TagClassName
{
border-color: #9DBD0E;
}
</style>