Shades of Citron #9FA732
Tints of Citron #9FA732
RGB
CMYK
RGB Variations
Color information
#9FA732 (or 0x9FA732) is known color: Citron. HEX triplet: 9F, A7 and 32. RGB value is (159,167,50). Sum of RGB (Red+Green+Blue) = 159+167+50=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA732 is #6058CD. Grayscale: #979797. Windows color (decimal): -6314190 or 3319711. OLE color: 3319711.
HSL color Cylindrical-coordinate representation of color #9FA732: hue angle of 64.1º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FA732 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 50 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.35 |
| HSL | 64.1º | 0.54% | 0.43% | - |
| HSV(B) | 64.1º | 0.7% | 0.65% | - |
| XYZ | 28.69 | 35.24 | 8.31 | - |
| YUV | 151.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 50 | 0.05 | 0 | 0.70 | 0.35 | 64.1 | 0.54 | 0.43 |
| Hex | 9F | A7 | 32 | 5 | 0 | 46 | 23 | 40 | 36 | 2B |
| Octal | 237 | 247 | 62 | 5 | 0 | 106 | 43 | 100 | 66 | 53 |
| Binary | 10011111 | 10100111 | 110010 | 101 | 0 | 1000110 | 100011 | 1000000 | 110110 | 101011 |
Color Harmonies of #9FA732
Complementary color
Monochromatic Colors of #9FA732
Black with #9FA732
Text Example
Text Example
White with #9FA732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA732; }
p { color: rgb(159,167,50); }
H1.HeaderClassName
{
color: #9FA732;
}
.AnyTagClassName
{
color: #9FA732;
}
</style>
background-color css
<style>
a { background-color: #9FA732; }
a { background-color: rgb(159,167,50); }
div.DivClassName
{
background-color: #9FA732;
}
.BgClassName
{
background-color: #9FA732;
}
</style>
border-color css
<style>
span { border-color: #9FA732; }
span { border-color: rgb(159,167,50); }
td.TdClassName
{
border-color: #9FA732;
}
.TagClassName
{
border-color: #9FA732;
}
</style>