Shades of Citrus #9FBB14
Tints of Citrus #9FBB14
RGB
CMYK
RGB Variations
Color information
#9FBB14 (or 0x9FBB14) is known color: Citrus. HEX triplet: 9F, BB and 14. RGB value is (159,187,20). Sum of RGB (Red+Green+Blue) = 159+187+20=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBB14 is #6044EB. Grayscale: #A0A0A0. Windows color (decimal): -6309100 or 1358751. OLE color: 1358751.
HSL color Cylindrical-coordinate representation of color #9FBB14: hue angle of 70.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FBB14 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 20 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.27 |
| HSL | 70.06º | 0.81% | 0.41% | - |
| HSV(B) | 70.06º | 0.89% | 0.73% | - |
| XYZ | 32.19 | 42.96 | 7.26 | - |
| YUV | 159.59 | 49.22 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 20 | 0.15 | 0 | 0.89 | 0.27 | 70.06 | 0.81 | 0.41 |
| Hex | 9F | BB | 14 | F | 0 | 59 | 1B | 46 | 51 | 29 |
| Octal | 237 | 273 | 24 | 17 | 0 | 131 | 33 | 106 | 121 | 51 |
| Binary | 10011111 | 10111011 | 10100 | 1111 | 0 | 1011001 | 11011 | 1000110 | 1010001 | 101001 |
Color Harmonies of #9FBB14
Complementary color
Monochromatic Colors of #9FBB14
Black with #9FBB14
Text Example
Text Example
White with #9FBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB14; }
p { color: rgb(159,187,20); }
H1.HeaderClassName
{
color: #9FBB14;
}
.AnyTagClassName
{
color: #9FBB14;
}
</style>
background-color css
<style>
a { background-color: #9FBB14; }
a { background-color: rgb(159,187,20); }
div.DivClassName
{
background-color: #9FBB14;
}
.BgClassName
{
background-color: #9FBB14;
}
</style>
border-color css
<style>
span { border-color: #9FBB14; }
span { border-color: rgb(159,187,20); }
td.TdClassName
{
border-color: #9FBB14;
}
.TagClassName
{
border-color: #9FBB14;
}
</style>