Shades of Citrus #9FBA05
Tints of Citrus #9FBA05
RGB
CMYK
RGB Variations
Color information
#9FBA05 (or 0x9FBA05) is known color: Citrus. HEX triplet: 9F, BA and 05. RGB value is (159,186,5). Sum of RGB (Red+Green+Blue) = 159+186+5=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA05 is #6045FA. Grayscale: #9D9D9D. Windows color (decimal): -6309371 or 375455. OLE color: 375455.
HSL color Cylindrical-coordinate representation of color #9FBA05: hue angle of 68.95º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FBA05 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 5 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.27 |
| HSL | 68.95º | 0.95% | 0.37% | - |
| HSV(B) | 68.95º | 0.97% | 0.73% | - |
| XYZ | 31.88 | 42.5 | 6.67 | - |
| YUV | 157.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 5 | 0.15 | 0 | 0.97 | 0.27 | 68.95 | 0.95 | 0.37 |
| Hex | 9F | BA | 5 | F | 0 | 61 | 1B | 45 | 5F | 25 |
| Octal | 237 | 272 | 5 | 17 | 0 | 141 | 33 | 105 | 137 | 45 |
| Binary | 10011111 | 10111010 | 101 | 1111 | 0 | 1100001 | 11011 | 1000101 | 1011111 | 100101 |
Color Harmonies of #9FBA05
Complementary color
Monochromatic Colors of #9FBA05
Black with #9FBA05
Text Example
Text Example
White with #9FBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA05; }
p { color: rgb(159,186,5); }
H1.HeaderClassName
{
color: #9FBA05;
}
.AnyTagClassName
{
color: #9FBA05;
}
</style>
background-color css
<style>
a { background-color: #9FBA05; }
a { background-color: rgb(159,186,5); }
div.DivClassName
{
background-color: #9FBA05;
}
.BgClassName
{
background-color: #9FBA05;
}
</style>
border-color css
<style>
span { border-color: #9FBA05; }
span { border-color: rgb(159,186,5); }
td.TdClassName
{
border-color: #9FBA05;
}
.TagClassName
{
border-color: #9FBA05;
}
</style>