Shades of Citrus #9BBA14
Tints of Citrus #9BBA14
RGB
CMYK
RGB Variations
Color information
#9BBA14 (or 0x9BBA14) is known color: Citrus. HEX triplet: 9B, BA and 14. RGB value is (155,186,20). Sum of RGB (Red+Green+Blue) = 155+186+20=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA14 is #6445EB. Grayscale: #9E9E9E. Windows color (decimal): -6571500 or 1358491. OLE color: 1358491.
HSL color Cylindrical-coordinate representation of color #9BBA14: hue angle of 71.2º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BBA14 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 20 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.27 |
| HSL | 71.2º | 0.81% | 0.4% | - |
| HSV(B) | 71.2º | 0.89% | 0.73% | - |
| XYZ | 31.2 | 42.14 | 7.15 | - |
| YUV | 157.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 20 | 0.17 | 0 | 0.89 | 0.27 | 71.2 | 0.81 | 0.4 |
| Hex | 9B | BA | 14 | 11 | 0 | 59 | 1B | 47 | 51 | 28 |
| Octal | 233 | 272 | 24 | 21 | 0 | 131 | 33 | 107 | 121 | 50 |
| Binary | 10011011 | 10111010 | 10100 | 10001 | 0 | 1011001 | 11011 | 1000111 | 1010001 | 101000 |
Color Harmonies of #9BBA14
Complementary color
Monochromatic Colors of #9BBA14
Black with #9BBA14
Text Example
Text Example
White with #9BBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA14; }
p { color: rgb(155,186,20); }
H1.HeaderClassName
{
color: #9BBA14;
}
.AnyTagClassName
{
color: #9BBA14;
}
</style>
background-color css
<style>
a { background-color: #9BBA14; }
a { background-color: rgb(155,186,20); }
div.DivClassName
{
background-color: #9BBA14;
}
.BgClassName
{
background-color: #9BBA14;
}
</style>
border-color css
<style>
span { border-color: #9BBA14; }
span { border-color: rgb(155,186,20); }
td.TdClassName
{
border-color: #9BBA14;
}
.TagClassName
{
border-color: #9BBA14;
}
</style>