Shades of Citrus #9FBC0D
Tints of Citrus #9FBC0D
RGB
CMYK
RGB Variations
Color information
#9FBC0D (or 0x9FBC0D) is known color: Citrus. HEX triplet: 9F, BC and 0D. RGB value is (159,188,13). Sum of RGB (Red+Green+Blue) = 159+188+13=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC0D is #6043F2. Grayscale: #A0A0A0. Windows color (decimal): -6308851 or 900255. OLE color: 900255.
HSL color Cylindrical-coordinate representation of color #9FBC0D: hue angle of 69.94º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FBC0D is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 13 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.26 |
| HSL | 69.94º | 0.87% | 0.39% | - |
| HSV(B) | 69.94º | 0.93% | 0.74% | - |
| XYZ | 32.35 | 43.37 | 7.05 | - |
| YUV | 159.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 13 | 0.15 | 0 | 0.93 | 0.26 | 69.94 | 0.87 | 0.39 |
| Hex | 9F | BC | D | F | 0 | 5D | 1A | 46 | 57 | 27 |
| Octal | 237 | 274 | 15 | 17 | 0 | 135 | 32 | 106 | 127 | 47 |
| Binary | 10011111 | 10111100 | 1101 | 1111 | 0 | 1011101 | 11010 | 1000110 | 1010111 | 100111 |
Color Harmonies of #9FBC0D
Complementary color
Monochromatic Colors of #9FBC0D
Black with #9FBC0D
Text Example
Text Example
White with #9FBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC0D; }
p { color: rgb(159,188,13); }
H1.HeaderClassName
{
color: #9FBC0D;
}
.AnyTagClassName
{
color: #9FBC0D;
}
</style>
background-color css
<style>
a { background-color: #9FBC0D; }
a { background-color: rgb(159,188,13); }
div.DivClassName
{
background-color: #9FBC0D;
}
.BgClassName
{
background-color: #9FBC0D;
}
</style>
border-color css
<style>
span { border-color: #9FBC0D; }
span { border-color: rgb(159,188,13); }
td.TdClassName
{
border-color: #9FBC0D;
}
.TagClassName
{
border-color: #9FBC0D;
}
</style>