Shades of Citron #9DA033
Tints of Citron #9DA033
RGB
CMYK
RGB Variations
Color information
#9DA033 (or 0x9DA033) is known color: Citron. HEX triplet: 9D, A0 and 33. RGB value is (157,160,51). Sum of RGB (Red+Green+Blue) = 157+160+51=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA033 is #625FCC. Grayscale: #939393. Windows color (decimal): -6447053 or 3383453. OLE color: 3383453.
HSL color Cylindrical-coordinate representation of color #9DA033: hue angle of 61.65º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DA033 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 51 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.37 |
| HSL | 61.65º | 0.52% | 0.41% | - |
| HSV(B) | 61.65º | 0.68% | 0.63% | - |
| XYZ | 27.07 | 32.55 | 7.99 | - |
| YUV | 146.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 51 | 0.02 | 0 | 0.68 | 0.37 | 61.65 | 0.52 | 0.41 |
| Hex | 9D | A0 | 33 | 2 | 0 | 44 | 25 | 3E | 34 | 29 |
| Octal | 235 | 240 | 63 | 2 | 0 | 104 | 45 | 76 | 64 | 51 |
| Binary | 10011101 | 10100000 | 110011 | 10 | 0 | 1000100 | 100101 | 111110 | 110100 | 101001 |
Color Harmonies of #9DA033
Complementary color
Monochromatic Colors of #9DA033
Black with #9DA033
Text Example
Text Example
White with #9DA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA033; }
p { color: rgb(157,160,51); }
H1.HeaderClassName
{
color: #9DA033;
}
.AnyTagClassName
{
color: #9DA033;
}
</style>
background-color css
<style>
a { background-color: #9DA033; }
a { background-color: rgb(157,160,51); }
div.DivClassName
{
background-color: #9DA033;
}
.BgClassName
{
background-color: #9DA033;
}
</style>
border-color css
<style>
span { border-color: #9DA033; }
span { border-color: rgb(157,160,51); }
td.TdClassName
{
border-color: #9DA033;
}
.TagClassName
{
border-color: #9DA033;
}
</style>