Shades of Citrus #9FBB13
Tints of Citrus #9FBB13
RGB
CMYK
RGB Variations
Color information
#9FBB13 (or 0x9FBB13) is known color: Citrus. HEX triplet: 9F, BB and 13. RGB value is (159,187,19). Sum of RGB (Red+Green+Blue) = 159+187+19=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBB13 is #6044EC. Grayscale: #A0A0A0. Windows color (decimal): -6309101 or 1293215. OLE color: 1293215.
HSL color Cylindrical-coordinate representation of color #9FBB13: hue angle of 70º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FBB13 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 19 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.27 |
| HSL | 70º | 0.82% | 0.4% | - |
| HSV(B) | 70º | 0.9% | 0.73% | - |
| XYZ | 32.19 | 42.96 | 7.21 | - |
| YUV | 159.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 19 | 0.15 | 0 | 0.90 | 0.27 | 70 | 0.82 | 0.4 |
| Hex | 9F | BB | 13 | F | 0 | 5A | 1B | 46 | 52 | 28 |
| Octal | 237 | 273 | 23 | 17 | 0 | 132 | 33 | 106 | 122 | 50 |
| Binary | 10011111 | 10111011 | 10011 | 1111 | 0 | 1011010 | 11011 | 1000110 | 1010010 | 101000 |
Color Harmonies of #9FBB13
Complementary color
Monochromatic Colors of #9FBB13
Black with #9FBB13
Text Example
Text Example
White with #9FBB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB13; }
p { color: rgb(159,187,19); }
H1.HeaderClassName
{
color: #9FBB13;
}
.AnyTagClassName
{
color: #9FBB13;
}
</style>
background-color css
<style>
a { background-color: #9FBB13; }
a { background-color: rgb(159,187,19); }
div.DivClassName
{
background-color: #9FBB13;
}
.BgClassName
{
background-color: #9FBB13;
}
</style>
border-color css
<style>
span { border-color: #9FBB13; }
span { border-color: rgb(159,187,19); }
td.TdClassName
{
border-color: #9FBB13;
}
.TagClassName
{
border-color: #9FBB13;
}
</style>