Shades of Citron #9FA521
Tints of Citron #9FA521
RGB
CMYK
RGB Variations
Color information
#9FA521 (or 0x9FA521) is known color: Citron. HEX triplet: 9F, A5 and 21. RGB value is (159,165,33). Sum of RGB (Red+Green+Blue) = 159+165+33=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA521 is #605ADE. Grayscale: #949494. Windows color (decimal): -6314719 or 2205087. OLE color: 2205087.
HSL color Cylindrical-coordinate representation of color #9FA521: hue angle of 62.73º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9FA521 is Cyan = 0.04, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 33 | - |
| CMYK | 0.04 | 0 | 0.8 | 0.35 |
| HSL | 62.73º | 0.67% | 0.39% | - |
| HSV(B) | 62.73º | 0.8% | 0.65% | - |
| XYZ | 28.03 | 34.39 | 6.6 | - |
| YUV | 148.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 33 | 0.04 | 0 | 0.8 | 0.35 | 62.73 | 0.67 | 0.39 |
| Hex | 9F | A5 | 21 | 4 | 0 | 50 | 23 | 3F | 43 | 27 |
| Octal | 237 | 245 | 41 | 4 | 0 | 120 | 43 | 77 | 103 | 47 |
| Binary | 10011111 | 10100101 | 100001 | 100 | 0 | 1010000 | 100011 | 111111 | 1000011 | 100111 |
Color Harmonies of #9FA521
Complementary color
Monochromatic Colors of #9FA521
Black with #9FA521
Text Example
Text Example
White with #9FA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA521; }
p { color: rgb(159,165,33); }
H1.HeaderClassName
{
color: #9FA521;
}
.AnyTagClassName
{
color: #9FA521;
}
</style>
background-color css
<style>
a { background-color: #9FA521; }
a { background-color: rgb(159,165,33); }
div.DivClassName
{
background-color: #9FA521;
}
.BgClassName
{
background-color: #9FA521;
}
</style>
border-color css
<style>
span { border-color: #9FA521; }
span { border-color: rgb(159,165,33); }
td.TdClassName
{
border-color: #9FA521;
}
.TagClassName
{
border-color: #9FA521;
}
</style>