Shades of Citrus #9DB509
Tints of Citrus #9DB509
RGB
CMYK
RGB Variations
Color information
#9DB509 (or 0x9DB509) is known color: Citrus. HEX triplet: 9D, B5 and 09. RGB value is (157,181,9). Sum of RGB (Red+Green+Blue) = 157+181+9=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB509 is #624AF6. Grayscale: #9A9A9A. Windows color (decimal): -6441719 or 636317. OLE color: 636317.
HSL color Cylindrical-coordinate representation of color #9DB509: hue angle of 68.37º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DB509 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 9 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.29 |
| HSL | 68.37º | 0.91% | 0.37% | - |
| HSV(B) | 68.37º | 0.95% | 0.71% | - |
| XYZ | 30.48 | 40.24 | 6.42 | - |
| YUV | 154.22 | 46.05 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 9 | 0.13 | 0 | 0.95 | 0.29 | 68.37 | 0.91 | 0.37 |
| Hex | 9D | B5 | 9 | D | 0 | 5F | 1D | 44 | 5B | 25 |
| Octal | 235 | 265 | 11 | 15 | 0 | 137 | 35 | 104 | 133 | 45 |
| Binary | 10011101 | 10110101 | 1001 | 1101 | 0 | 1011111 | 11101 | 1000100 | 1011011 | 100101 |
Color Harmonies of #9DB509
Complementary color
Monochromatic Colors of #9DB509
Black with #9DB509
Text Example
Text Example
White with #9DB509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB509; }
p { color: rgb(157,181,9); }
H1.HeaderClassName
{
color: #9DB509;
}
.AnyTagClassName
{
color: #9DB509;
}
</style>
background-color css
<style>
a { background-color: #9DB509; }
a { background-color: rgb(157,181,9); }
div.DivClassName
{
background-color: #9DB509;
}
.BgClassName
{
background-color: #9DB509;
}
</style>
border-color css
<style>
span { border-color: #9DB509; }
span { border-color: rgb(157,181,9); }
td.TdClassName
{
border-color: #9DB509;
}
.TagClassName
{
border-color: #9DB509;
}
</style>