Shades of Citrus #9DB713
Tints of Citrus #9DB713
RGB
CMYK
RGB Variations
Color information
#9DB713 (or 0x9DB713) is known color: Citrus. HEX triplet: 9D, B7 and 13. RGB value is (157,183,19). Sum of RGB (Red+Green+Blue) = 157+183+19=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB713 is #6248EC. Grayscale: #9D9D9D. Windows color (decimal): -6441197 or 1292189. OLE color: 1292189.
HSL color Cylindrical-coordinate representation of color #9DB713: hue angle of 69.51º 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 #9DB713 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 19 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.28 |
| HSL | 69.51º | 0.81% | 0.4% | - |
| HSV(B) | 69.51º | 0.9% | 0.72% | - |
| XYZ | 30.96 | 41.08 | 6.91 | - |
| YUV | 156.53 | 50.39 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 19 | 0.14 | 0 | 0.90 | 0.28 | 69.51 | 0.81 | 0.4 |
| Hex | 9D | B7 | 13 | E | 0 | 5A | 1C | 46 | 51 | 28 |
| Octal | 235 | 267 | 23 | 16 | 0 | 132 | 34 | 106 | 121 | 50 |
| Binary | 10011101 | 10110111 | 10011 | 1110 | 0 | 1011010 | 11100 | 1000110 | 1010001 | 101000 |
Color Harmonies of #9DB713
Complementary color
Monochromatic Colors of #9DB713
Black with #9DB713
Text Example
Text Example
White with #9DB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB713; }
p { color: rgb(157,183,19); }
H1.HeaderClassName
{
color: #9DB713;
}
.AnyTagClassName
{
color: #9DB713;
}
</style>
background-color css
<style>
a { background-color: #9DB713; }
a { background-color: rgb(157,183,19); }
div.DivClassName
{
background-color: #9DB713;
}
.BgClassName
{
background-color: #9DB713;
}
</style>
border-color css
<style>
span { border-color: #9DB713; }
span { border-color: rgb(157,183,19); }
td.TdClassName
{
border-color: #9DB713;
}
.TagClassName
{
border-color: #9DB713;
}
</style>