Shades of Citron #9DA731
Tints of Citron #9DA731
RGB
CMYK
RGB Variations
Color information
#9DA731 (or 0x9DA731) is known color: Citron. HEX triplet: 9D, A7 and 31. RGB value is (157,167,49). Sum of RGB (Red+Green+Blue) = 157+167+49=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA731 is #6258CE. Grayscale: #979797. Windows color (decimal): -6445263 or 3254173. OLE color: 3254173.
HSL color Cylindrical-coordinate representation of color #9DA731: hue angle of 65.08º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DA731 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 167 | 49 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.35 |
| HSL | 65.08º | 0.55% | 0.42% | - |
| HSV(B) | 65.08º | 0.71% | 0.65% | - |
| XYZ | 28.28 | 35.03 | 8.18 | - |
| YUV | 150.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 167 | 49 | 0.06 | 0 | 0.71 | 0.35 | 65.08 | 0.55 | 0.42 |
| Hex | 9D | A7 | 31 | 6 | 0 | 47 | 23 | 41 | 37 | 2A |
| Octal | 235 | 247 | 61 | 6 | 0 | 107 | 43 | 101 | 67 | 52 |
| Binary | 10011101 | 10100111 | 110001 | 110 | 0 | 1000111 | 100011 | 1000001 | 110111 | 101010 |
Color Harmonies of #9DA731
Complementary color
Monochromatic Colors of #9DA731
Black with #9DA731
Text Example
Text Example
White with #9DA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA731; }
p { color: rgb(157,167,49); }
H1.HeaderClassName
{
color: #9DA731;
}
.AnyTagClassName
{
color: #9DA731;
}
</style>
background-color css
<style>
a { background-color: #9DA731; }
a { background-color: rgb(157,167,49); }
div.DivClassName
{
background-color: #9DA731;
}
.BgClassName
{
background-color: #9DA731;
}
</style>
border-color css
<style>
span { border-color: #9DA731; }
span { border-color: rgb(157,167,49); }
td.TdClassName
{
border-color: #9DA731;
}
.TagClassName
{
border-color: #9DA731;
}
</style>