Shades of Citrus #9BBA00
Tints of Citrus #9BBA00
RGB
CMYK
RGB Variations
Color information
#9BBA00 (or 0x9BBA00) is known color: Citrus. HEX triplet: 9B, BA and 00. RGB value is (155,186,0). Sum of RGB (Red+Green+Blue) = 155+186+0=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA00 is #6445FF. Grayscale: #9C9C9C. Windows color (decimal): -6571520 or 47771. OLE color: 47771.
HSL color Cylindrical-coordinate representation of color #9BBA00: hue angle of 70º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BBA00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.27 |
| HSL | 70º | 1% | 0.36% | - |
| HSV(B) | 70º | 1% | 0.73% | - |
| XYZ | 31.08 | 42.09 | 6.49 | - |
| YUV | 155.53 | 40.23 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 0 | 0.17 | 0 | 1 | 0.27 | 70 | 1 | 0.36 |
| Hex | 9B | BA | 0 | 11 | 0 | 64 | 1B | 46 | 64 | 24 |
| Octal | 233 | 272 | 0 | 21 | 0 | 144 | 33 | 106 | 144 | 44 |
| Binary | 10011011 | 10111010 | 0 | 10001 | 0 | 1100100 | 11011 | 1000110 | 1100100 | 100100 |
Color Harmonies of #9BBA00
Complementary color
Monochromatic Colors of #9BBA00
Black with #9BBA00
Text Example
Text Example
White with #9BBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA00; }
p { color: rgb(155,186,0); }
H1.HeaderClassName
{
color: #9BBA00;
}
.AnyTagClassName
{
color: #9BBA00;
}
</style>
background-color css
<style>
a { background-color: #9BBA00; }
a { background-color: rgb(155,186,0); }
div.DivClassName
{
background-color: #9BBA00;
}
.BgClassName
{
background-color: #9BBA00;
}
</style>
border-color css
<style>
span { border-color: #9BBA00; }
span { border-color: rgb(155,186,0); }
td.TdClassName
{
border-color: #9BBA00;
}
.TagClassName
{
border-color: #9BBA00;
}
</style>