Shades of Citrus #9DB813
Tints of Citrus #9DB813
RGB
CMYK
RGB Variations
Color information
#9DB813 (or 0x9DB813) is known color: Citrus. HEX triplet: 9D, B8 and 13. RGB value is (157,184,19). Sum of RGB (Red+Green+Blue) = 157+184+19=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB813 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB813 is #6247EC. Grayscale: #9D9D9D. Windows color (decimal): -6440941 or 1292445. OLE color: 1292445.
HSL color Cylindrical-coordinate representation of color #9DB813: hue angle of 69.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DB813 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 19 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.28 |
| HSL | 69.82º | 0.81% | 0.4% | - |
| HSV(B) | 69.82º | 0.9% | 0.72% | - |
| XYZ | 31.16 | 41.5 | 6.98 | - |
| YUV | 157.12 | 50.05 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 19 | 0.15 | 0 | 0.90 | 0.28 | 69.82 | 0.81 | 0.4 |
| Hex | 9D | B8 | 13 | F | 0 | 5A | 1C | 46 | 51 | 28 |
| Octal | 235 | 270 | 23 | 17 | 0 | 132 | 34 | 106 | 121 | 50 |
| Binary | 10011101 | 10111000 | 10011 | 1111 | 0 | 1011010 | 11100 | 1000110 | 1010001 | 101000 |
Color Harmonies of #9DB813
Complementary color
Monochromatic Colors of #9DB813
Black with #9DB813
Text Example
Text Example
White with #9DB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB813; }
p { color: rgb(157,184,19); }
H1.HeaderClassName
{
color: #9DB813;
}
.AnyTagClassName
{
color: #9DB813;
}
</style>
background-color css
<style>
a { background-color: #9DB813; }
a { background-color: rgb(157,184,19); }
div.DivClassName
{
background-color: #9DB813;
}
.BgClassName
{
background-color: #9DB813;
}
</style>
border-color css
<style>
span { border-color: #9DB813; }
span { border-color: rgb(157,184,19); }
td.TdClassName
{
border-color: #9DB813;
}
.TagClassName
{
border-color: #9DB813;
}
</style>