Shades of Citrus #9FBE0B
Tints of Citrus #9FBE0B
RGB
CMYK
RGB Variations
Color information
#9FBE0B (or 0x9FBE0B) is known color: Citrus. HEX triplet: 9F, BE and 0B. RGB value is (159,190,11). Sum of RGB (Red+Green+Blue) = 159+190+11=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBE0B is #6041F4. Grayscale: #A1A1A1. Windows color (decimal): -6308341 or 769695. OLE color: 769695.
HSL color Cylindrical-coordinate representation of color #9FBE0B: hue angle of 70.39º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FBE0B is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 11 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.25 |
| HSL | 70.39º | 0.89% | 0.39% | - |
| HSV(B) | 70.39º | 0.94% | 0.75% | - |
| XYZ | 32.77 | 44.22 | 7.13 | - |
| YUV | 160.33 | 43.73 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 11 | 0.16 | 0 | 0.94 | 0.25 | 70.39 | 0.89 | 0.39 |
| Hex | 9F | BE | B | 10 | 0 | 5E | 19 | 46 | 59 | 27 |
| Octal | 237 | 276 | 13 | 20 | 0 | 136 | 31 | 106 | 131 | 47 |
| Binary | 10011111 | 10111110 | 1011 | 10000 | 0 | 1011110 | 11001 | 1000110 | 1011001 | 100111 |
Color Harmonies of #9FBE0B
Complementary color
Monochromatic Colors of #9FBE0B
Black with #9FBE0B
Text Example
Text Example
White with #9FBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBE0B; }
p { color: rgb(159,190,11); }
H1.HeaderClassName
{
color: #9FBE0B;
}
.AnyTagClassName
{
color: #9FBE0B;
}
</style>
background-color css
<style>
a { background-color: #9FBE0B; }
a { background-color: rgb(159,190,11); }
div.DivClassName
{
background-color: #9FBE0B;
}
.BgClassName
{
background-color: #9FBE0B;
}
</style>
border-color css
<style>
span { border-color: #9FBE0B; }
span { border-color: rgb(159,190,11); }
td.TdClassName
{
border-color: #9FBE0B;
}
.TagClassName
{
border-color: #9FBE0B;
}
</style>