Shades of Citron #9DA330
Tints of Citron #9DA330
RGB
CMYK
RGB Variations
Color information
#9DA330 (or 0x9DA330) is known color: Citron. HEX triplet: 9D, A3 and 30. RGB value is (157,163,48). Sum of RGB (Red+Green+Blue) = 157+163+48=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA330 is #625CCF. Grayscale: #949494. Windows color (decimal): -6446288 or 3187613. OLE color: 3187613.
HSL color Cylindrical-coordinate representation of color #9DA330: hue angle of 63.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DA330 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 48 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.36 |
| HSL | 63.13º | 0.55% | 0.41% | - |
| HSV(B) | 63.13º | 0.71% | 0.64% | - |
| XYZ | 27.54 | 33.58 | 7.83 | - |
| YUV | 148.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 48 | 0.04 | 0 | 0.71 | 0.36 | 63.13 | 0.55 | 0.41 |
| Hex | 9D | A3 | 30 | 4 | 0 | 47 | 24 | 3F | 37 | 29 |
| Octal | 235 | 243 | 60 | 4 | 0 | 107 | 44 | 77 | 67 | 51 |
| Binary | 10011101 | 10100011 | 110000 | 100 | 0 | 1000111 | 100100 | 111111 | 110111 | 101001 |
Color Harmonies of #9DA330
Complementary color
Monochromatic Colors of #9DA330
Black with #9DA330
Text Example
Text Example
White with #9DA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA330; }
p { color: rgb(157,163,48); }
H1.HeaderClassName
{
color: #9DA330;
}
.AnyTagClassName
{
color: #9DA330;
}
</style>
background-color css
<style>
a { background-color: #9DA330; }
a { background-color: rgb(157,163,48); }
div.DivClassName
{
background-color: #9DA330;
}
.BgClassName
{
background-color: #9DA330;
}
</style>
border-color css
<style>
span { border-color: #9DA330; }
span { border-color: rgb(157,163,48); }
td.TdClassName
{
border-color: #9DA330;
}
.TagClassName
{
border-color: #9DA330;
}
</style>