Shades of Citron #9DA334
Tints of Citron #9DA334
RGB
CMYK
RGB Variations
Color information
#9DA334 (or 0x9DA334) is known color: Citron. HEX triplet: 9D, A3 and 34. RGB value is (157,163,52). Sum of RGB (Red+Green+Blue) = 157+163+52=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA334 is #625CCB. Grayscale: #949494. Windows color (decimal): -6446284 or 3449757. OLE color: 3449757.
HSL color Cylindrical-coordinate representation of color #9DA334: hue angle of 63.24º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DA334 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 52 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.36 |
| HSL | 63.24º | 0.52% | 0.42% | - |
| HSV(B) | 63.24º | 0.68% | 0.64% | - |
| XYZ | 27.62 | 33.61 | 8.28 | - |
| YUV | 148.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 52 | 0.04 | 0 | 0.68 | 0.36 | 63.24 | 0.52 | 0.42 |
| Hex | 9D | A3 | 34 | 4 | 0 | 44 | 24 | 3F | 34 | 2A |
| Octal | 235 | 243 | 64 | 4 | 0 | 104 | 44 | 77 | 64 | 52 |
| Binary | 10011101 | 10100011 | 110100 | 100 | 0 | 1000100 | 100100 | 111111 | 110100 | 101010 |
Color Harmonies of #9DA334
Complementary color
Monochromatic Colors of #9DA334
Black with #9DA334
Text Example
Text Example
White with #9DA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA334; }
p { color: rgb(157,163,52); }
H1.HeaderClassName
{
color: #9DA334;
}
.AnyTagClassName
{
color: #9DA334;
}
</style>
background-color css
<style>
a { background-color: #9DA334; }
a { background-color: rgb(157,163,52); }
div.DivClassName
{
background-color: #9DA334;
}
.BgClassName
{
background-color: #9DA334;
}
</style>
border-color css
<style>
span { border-color: #9DA334; }
span { border-color: rgb(157,163,52); }
td.TdClassName
{
border-color: #9DA334;
}
.TagClassName
{
border-color: #9DA334;
}
</style>