Shades of Citrus #9FBC13
Tints of Citrus #9FBC13
RGB
CMYK
RGB Variations
Color information
#9FBC13 (or 0x9FBC13) is known color: Citrus. HEX triplet: 9F, BC and 13. RGB value is (159,188,19). Sum of RGB (Red+Green+Blue) = 159+188+19=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC13 is #6043EC. Grayscale: #A0A0A0. Windows color (decimal): -6308845 or 1293471. OLE color: 1293471.
HSL color Cylindrical-coordinate representation of color #9FBC13: hue angle of 70.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FBC13 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 19 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.26 |
| HSL | 70.3º | 0.82% | 0.41% | - |
| HSV(B) | 70.3º | 0.9% | 0.74% | - |
| XYZ | 32.4 | 43.38 | 7.28 | - |
| YUV | 160.06 | 48.39 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 19 | 0.15 | 0 | 0.90 | 0.26 | 70.3 | 0.82 | 0.41 |
| Hex | 9F | BC | 13 | F | 0 | 5A | 1A | 46 | 52 | 29 |
| Octal | 237 | 274 | 23 | 17 | 0 | 132 | 32 | 106 | 122 | 51 |
| Binary | 10011111 | 10111100 | 10011 | 1111 | 0 | 1011010 | 11010 | 1000110 | 1010010 | 101001 |
Color Harmonies of #9FBC13
Complementary color
Monochromatic Colors of #9FBC13
Black with #9FBC13
Text Example
Text Example
White with #9FBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC13; }
p { color: rgb(159,188,19); }
H1.HeaderClassName
{
color: #9FBC13;
}
.AnyTagClassName
{
color: #9FBC13;
}
</style>
background-color css
<style>
a { background-color: #9FBC13; }
a { background-color: rgb(159,188,19); }
div.DivClassName
{
background-color: #9FBC13;
}
.BgClassName
{
background-color: #9FBC13;
}
</style>
border-color css
<style>
span { border-color: #9FBC13; }
span { border-color: rgb(159,188,19); }
td.TdClassName
{
border-color: #9FBC13;
}
.TagClassName
{
border-color: #9FBC13;
}
</style>