Shades of Citrus #9FBC0A
Tints of Citrus #9FBC0A
RGB
CMYK
RGB Variations
Color information
#9FBC0A (or 0x9FBC0A) is known color: Citrus. HEX triplet: 9F, BC and 0A. RGB value is (159,188,10). Sum of RGB (Red+Green+Blue) = 159+188+10=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC0A is #6043F5. Grayscale: #9F9F9F. Windows color (decimal): -6308854 or 703647. OLE color: 703647.
HSL color Cylindrical-coordinate representation of color #9FBC0A: hue angle of 69.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FBC0A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 10 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.26 |
| HSL | 69.78º | 0.9% | 0.39% | - |
| HSV(B) | 69.78º | 0.95% | 0.74% | - |
| XYZ | 32.34 | 43.36 | 6.95 | - |
| YUV | 159.04 | 43.89 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 10 | 0.15 | 0 | 0.95 | 0.26 | 69.78 | 0.9 | 0.39 |
| Hex | 9F | BC | A | F | 0 | 5F | 1A | 46 | 5A | 27 |
| Octal | 237 | 274 | 12 | 17 | 0 | 137 | 32 | 106 | 132 | 47 |
| Binary | 10011111 | 10111100 | 1010 | 1111 | 0 | 1011111 | 11010 | 1000110 | 1011010 | 100111 |
Color Harmonies of #9FBC0A
Complementary color
Monochromatic Colors of #9FBC0A
Black with #9FBC0A
Text Example
Text Example
White with #9FBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC0A; }
p { color: rgb(159,188,10); }
H1.HeaderClassName
{
color: #9FBC0A;
}
.AnyTagClassName
{
color: #9FBC0A;
}
</style>
background-color css
<style>
a { background-color: #9FBC0A; }
a { background-color: rgb(159,188,10); }
div.DivClassName
{
background-color: #9FBC0A;
}
.BgClassName
{
background-color: #9FBC0A;
}
</style>
border-color css
<style>
span { border-color: #9FBC0A; }
span { border-color: rgb(159,188,10); }
td.TdClassName
{
border-color: #9FBC0A;
}
.TagClassName
{
border-color: #9FBC0A;
}
</style>