Shades of Citrus #9FB213
Tints of Citrus #9FB213
RGB
CMYK
RGB Variations
Color information
#9FB213 (or 0x9FB213) is known color: Citrus. HEX triplet: 9F, B2 and 13. RGB value is (159,178,19). Sum of RGB (Red+Green+Blue) = 159+178+19=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB213 is #604DEC. Grayscale: #9A9A9A. Windows color (decimal): -6311405 or 1290911. OLE color: 1290911.
HSL color Cylindrical-coordinate representation of color #9FB213: hue angle of 67.17º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FB213 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 19 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.30 |
| HSL | 67.17º | 0.81% | 0.39% | - |
| HSV(B) | 67.17º | 0.89% | 0.7% | - |
| XYZ | 30.34 | 39.26 | 6.59 | - |
| YUV | 154.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 19 | 0.11 | 0 | 0.89 | 0.30 | 67.17 | 0.81 | 0.39 |
| Hex | 9F | B2 | 13 | B | 0 | 59 | 1E | 43 | 51 | 27 |
| Octal | 237 | 262 | 23 | 13 | 0 | 131 | 36 | 103 | 121 | 47 |
| Binary | 10011111 | 10110010 | 10011 | 1011 | 0 | 1011001 | 11110 | 1000011 | 1010001 | 100111 |
Color Harmonies of #9FB213
Complementary color
Monochromatic Colors of #9FB213
Black with #9FB213
Text Example
Text Example
White with #9FB213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB213; }
p { color: rgb(159,178,19); }
H1.HeaderClassName
{
color: #9FB213;
}
.AnyTagClassName
{
color: #9FB213;
}
</style>
background-color css
<style>
a { background-color: #9FB213; }
a { background-color: rgb(159,178,19); }
div.DivClassName
{
background-color: #9FB213;
}
.BgClassName
{
background-color: #9FB213;
}
</style>
border-color css
<style>
span { border-color: #9FB213; }
span { border-color: rgb(159,178,19); }
td.TdClassName
{
border-color: #9FB213;
}
.TagClassName
{
border-color: #9FB213;
}
</style>