Shades of Citrus #9BBE00
Tints of Citrus #9BBE00
RGB
CMYK
RGB Variations
Color information
#9BBE00 (or 0x9BBE00) is known color: Citrus. HEX triplet: 9B, BE and 00. RGB value is (155,190,0). Sum of RGB (Red+Green+Blue) = 155+190+0=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBE00 is #6441FF. Grayscale: #9E9E9E. Windows color (decimal): -6570496 or 48795. OLE color: 48795.
HSL color Cylindrical-coordinate representation of color #9BBE00: hue angle of 71.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BBE00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.25 |
| HSL | 71.05º | 1% | 0.37% | - |
| HSV(B) | 71.05º | 1% | 0.75% | - |
| XYZ | 31.93 | 43.8 | 6.77 | - |
| YUV | 157.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 0 | 0.18 | 0 | 1 | 0.25 | 71.05 | 1 | 0.37 |
| Hex | 9B | BE | 0 | 12 | 0 | 64 | 19 | 47 | 64 | 25 |
| Octal | 233 | 276 | 0 | 22 | 0 | 144 | 31 | 107 | 144 | 45 |
| Binary | 10011011 | 10111110 | 0 | 10010 | 0 | 1100100 | 11001 | 1000111 | 1100100 | 100101 |
Color Harmonies of #9BBE00
Complementary color
Monochromatic Colors of #9BBE00
Black with #9BBE00
Text Example
Text Example
White with #9BBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE00; }
p { color: rgb(155,190,0); }
H1.HeaderClassName
{
color: #9BBE00;
}
.AnyTagClassName
{
color: #9BBE00;
}
</style>
background-color css
<style>
a { background-color: #9BBE00; }
a { background-color: rgb(155,190,0); }
div.DivClassName
{
background-color: #9BBE00;
}
.BgClassName
{
background-color: #9BBE00;
}
</style>
border-color css
<style>
span { border-color: #9BBE00; }
span { border-color: rgb(155,190,0); }
td.TdClassName
{
border-color: #9BBE00;
}
.TagClassName
{
border-color: #9BBE00;
}
</style>