Shades of Citrus #9BBB00
Tints of Citrus #9BBB00
RGB
CMYK
RGB Variations
Color information
#9BBB00 (or 0x9BBB00) is known color: Citrus. HEX triplet: 9B, BB and 00. RGB value is (155,187,0). Sum of RGB (Red+Green+Blue) = 155+187+0=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBB00 is #6444FF. Grayscale: #9C9C9C. Windows color (decimal): -6571264 or 48027. OLE color: 48027.
HSL color Cylindrical-coordinate representation of color #9BBB00: hue angle of 70.27º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BBB00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.27 |
| HSL | 70.27º | 1% | 0.37% | - |
| HSV(B) | 70.27º | 1% | 0.73% | - |
| XYZ | 31.29 | 42.51 | 6.56 | - |
| YUV | 156.11 | 39.9 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 0 | 0.17 | 0 | 1 | 0.27 | 70.27 | 1 | 0.37 |
| Hex | 9B | BB | 0 | 11 | 0 | 64 | 1B | 46 | 64 | 25 |
| Octal | 233 | 273 | 0 | 21 | 0 | 144 | 33 | 106 | 144 | 45 |
| Binary | 10011011 | 10111011 | 0 | 10001 | 0 | 1100100 | 11011 | 1000110 | 1100100 | 100101 |
Color Harmonies of #9BBB00
Complementary color
Monochromatic Colors of #9BBB00
Black with #9BBB00
Text Example
Text Example
White with #9BBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB00; }
p { color: rgb(155,187,0); }
H1.HeaderClassName
{
color: #9BBB00;
}
.AnyTagClassName
{
color: #9BBB00;
}
</style>
background-color css
<style>
a { background-color: #9BBB00; }
a { background-color: rgb(155,187,0); }
div.DivClassName
{
background-color: #9BBB00;
}
.BgClassName
{
background-color: #9BBB00;
}
</style>
border-color css
<style>
span { border-color: #9BBB00; }
span { border-color: rgb(155,187,0); }
td.TdClassName
{
border-color: #9BBB00;
}
.TagClassName
{
border-color: #9BBB00;
}
</style>