Shades of Citrus #9FBB0D
Tints of Citrus #9FBB0D
RGB
CMYK
RGB Variations
Color information
#9FBB0D (or 0x9FBB0D) is known color: Citrus. HEX triplet: 9F, BB and 0D. RGB value is (159,187,13). Sum of RGB (Red+Green+Blue) = 159+187+13=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBB0D is #6044F2. Grayscale: #9F9F9F. Windows color (decimal): -6309107 or 899999. OLE color: 899999.
HSL color Cylindrical-coordinate representation of color #9FBB0D: hue angle of 69.66º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FBB0D is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 13 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.27 |
| HSL | 69.66º | 0.87% | 0.39% | - |
| HSV(B) | 69.66º | 0.93% | 0.73% | - |
| XYZ | 32.14 | 42.94 | 6.98 | - |
| YUV | 158.79 | 45.72 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 13 | 0.15 | 0 | 0.93 | 0.27 | 69.66 | 0.87 | 0.39 |
| Hex | 9F | BB | D | F | 0 | 5D | 1B | 46 | 57 | 27 |
| Octal | 237 | 273 | 15 | 17 | 0 | 135 | 33 | 106 | 127 | 47 |
| Binary | 10011111 | 10111011 | 1101 | 1111 | 0 | 1011101 | 11011 | 1000110 | 1010111 | 100111 |
Color Harmonies of #9FBB0D
Complementary color
Monochromatic Colors of #9FBB0D
Black with #9FBB0D
Text Example
Text Example
White with #9FBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBB0D; }
p { color: rgb(159,187,13); }
H1.HeaderClassName
{
color: #9FBB0D;
}
.AnyTagClassName
{
color: #9FBB0D;
}
</style>
background-color css
<style>
a { background-color: #9FBB0D; }
a { background-color: rgb(159,187,13); }
div.DivClassName
{
background-color: #9FBB0D;
}
.BgClassName
{
background-color: #9FBB0D;
}
</style>
border-color css
<style>
span { border-color: #9FBB0D; }
span { border-color: rgb(159,187,13); }
td.TdClassName
{
border-color: #9FBB0D;
}
.TagClassName
{
border-color: #9FBB0D;
}
</style>