Shades of Citrus #9FBA09
Tints of Citrus #9FBA09
RGB
CMYK
RGB Variations
Color information
#9FBA09 (or 0x9FBA09) is known color: Citrus. HEX triplet: 9F, BA and 09. RGB value is (159,186,9). Sum of RGB (Red+Green+Blue) = 159+186+9=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA09 is #6045F6. Grayscale: #9E9E9E. Windows color (decimal): -6309367 or 637599. OLE color: 637599.
HSL color Cylindrical-coordinate representation of color #9FBA09: hue angle of 69.15º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FBA09 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 9 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.27 |
| HSL | 69.15º | 0.91% | 0.38% | - |
| HSV(B) | 69.15º | 0.95% | 0.73% | - |
| XYZ | 31.91 | 42.51 | 6.78 | - |
| YUV | 157.75 | 44.05 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 9 | 0.15 | 0 | 0.95 | 0.27 | 69.15 | 0.91 | 0.38 |
| Hex | 9F | BA | 9 | F | 0 | 5F | 1B | 45 | 5B | 26 |
| Octal | 237 | 272 | 11 | 17 | 0 | 137 | 33 | 105 | 133 | 46 |
| Binary | 10011111 | 10111010 | 1001 | 1111 | 0 | 1011111 | 11011 | 1000101 | 1011011 | 100110 |
Color Harmonies of #9FBA09
Complementary color
Monochromatic Colors of #9FBA09
Black with #9FBA09
Text Example
Text Example
White with #9FBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA09; }
p { color: rgb(159,186,9); }
H1.HeaderClassName
{
color: #9FBA09;
}
.AnyTagClassName
{
color: #9FBA09;
}
</style>
background-color css
<style>
a { background-color: #9FBA09; }
a { background-color: rgb(159,186,9); }
div.DivClassName
{
background-color: #9FBA09;
}
.BgClassName
{
background-color: #9FBA09;
}
</style>
border-color css
<style>
span { border-color: #9FBA09; }
span { border-color: rgb(159,186,9); }
td.TdClassName
{
border-color: #9FBA09;
}
.TagClassName
{
border-color: #9FBA09;
}
</style>