Shades of Citrus #9FB516
Tints of Citrus #9FB516
RGB
CMYK
RGB Variations
Color information
#9FB516 (or 0x9FB516) is known color: Citrus. HEX triplet: 9F, B5 and 16. RGB value is (159,181,22). Sum of RGB (Red+Green+Blue) = 159+181+22=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB516 is #604AE9. Grayscale: #9C9C9C. Windows color (decimal): -6310634 or 1488287. OLE color: 1488287.
HSL color Cylindrical-coordinate representation of color #9FB516: hue angle of 68.3º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FB516 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 22 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.29 |
| HSL | 68.3º | 0.78% | 0.4% | - |
| HSV(B) | 68.3º | 0.88% | 0.71% | - |
| XYZ | 30.97 | 40.48 | 6.94 | - |
| YUV | 156.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 22 | 0.12 | 0 | 0.88 | 0.29 | 68.3 | 0.78 | 0.4 |
| Hex | 9F | B5 | 16 | C | 0 | 58 | 1D | 44 | 4E | 28 |
| Octal | 237 | 265 | 26 | 14 | 0 | 130 | 35 | 104 | 116 | 50 |
| Binary | 10011111 | 10110101 | 10110 | 1100 | 0 | 1011000 | 11101 | 1000100 | 1001110 | 101000 |
Color Harmonies of #9FB516
Complementary color
Monochromatic Colors of #9FB516
Black with #9FB516
Text Example
Text Example
White with #9FB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB516; }
p { color: rgb(159,181,22); }
H1.HeaderClassName
{
color: #9FB516;
}
.AnyTagClassName
{
color: #9FB516;
}
</style>
background-color css
<style>
a { background-color: #9FB516; }
a { background-color: rgb(159,181,22); }
div.DivClassName
{
background-color: #9FB516;
}
.BgClassName
{
background-color: #9FB516;
}
</style>
border-color css
<style>
span { border-color: #9FB516; }
span { border-color: rgb(159,181,22); }
td.TdClassName
{
border-color: #9FB516;
}
.TagClassName
{
border-color: #9FB516;
}
</style>