Shades of Citrus #9BBB0E
Tints of Citrus #9BBB0E
RGB
CMYK
RGB Variations
Color information
#9BBB0E (or 0x9BBB0E) is known color: Citrus. HEX triplet: 9B, BB and 0E. RGB value is (155,187,14). Sum of RGB (Red+Green+Blue) = 155+187+14=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBB0E is #6444F1. Grayscale: #9E9E9E. Windows color (decimal): -6571250 or 965531. OLE color: 965531.
HSL color Cylindrical-coordinate representation of color #9BBB0E: hue angle of 71.1º degrees, saturation: 0.86, 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 #9BBB0E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 14 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.27 |
| HSL | 71.1º | 0.86% | 0.39% | - |
| HSV(B) | 71.1º | 0.93% | 0.73% | - |
| XYZ | 31.37 | 42.54 | 6.97 | - |
| YUV | 157.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 14 | 0.17 | 0 | 0.93 | 0.27 | 71.1 | 0.86 | 0.39 |
| Hex | 9B | BB | E | 11 | 0 | 5D | 1B | 47 | 56 | 27 |
| Octal | 233 | 273 | 16 | 21 | 0 | 135 | 33 | 107 | 126 | 47 |
| Binary | 10011011 | 10111011 | 1110 | 10001 | 0 | 1011101 | 11011 | 1000111 | 1010110 | 100111 |
Color Harmonies of #9BBB0E
Complementary color
Monochromatic Colors of #9BBB0E
Black with #9BBB0E
Text Example
Text Example
White with #9BBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB0E; }
p { color: rgb(155,187,14); }
H1.HeaderClassName
{
color: #9BBB0E;
}
.AnyTagClassName
{
color: #9BBB0E;
}
</style>
background-color css
<style>
a { background-color: #9BBB0E; }
a { background-color: rgb(155,187,14); }
div.DivClassName
{
background-color: #9BBB0E;
}
.BgClassName
{
background-color: #9BBB0E;
}
</style>
border-color css
<style>
span { border-color: #9BBB0E; }
span { border-color: rgb(155,187,14); }
td.TdClassName
{
border-color: #9BBB0E;
}
.TagClassName
{
border-color: #9BBB0E;
}
</style>