Shades of Citrus #9BBA05
Tints of Citrus #9BBA05
RGB
CMYK
RGB Variations
Color information
#9BBA05 (or 0x9BBA05) is known color: Citrus. HEX triplet: 9B, BA and 05. RGB value is (155,186,5). Sum of RGB (Red+Green+Blue) = 155+186+5=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA05 is #6445FA. Grayscale: #9C9C9C. Windows color (decimal): -6571515 or 375451. OLE color: 375451.
HSL color Cylindrical-coordinate representation of color #9BBA05: hue angle of 70.28º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BBA05 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 186 | 5 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.27 |
| HSL | 70.28º | 0.95% | 0.37% | - |
| HSV(B) | 70.28º | 0.97% | 0.73% | - |
| XYZ | 31.1 | 42.1 | 6.63 | - |
| YUV | 156.1 | 42.73 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 5 | 0.17 | 0 | 0.97 | 0.27 | 70.28 | 0.95 | 0.37 |
| Hex | 9B | BA | 5 | 11 | 0 | 61 | 1B | 46 | 5F | 25 |
| Octal | 233 | 272 | 5 | 21 | 0 | 141 | 33 | 106 | 137 | 45 |
| Binary | 10011011 | 10111010 | 101 | 10001 | 0 | 1100001 | 11011 | 1000110 | 1011111 | 100101 |
Color Harmonies of #9BBA05
Complementary color
Monochromatic Colors of #9BBA05
Black with #9BBA05
Text Example
Text Example
White with #9BBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBA05; }
p { color: rgb(155,186,5); }
H1.HeaderClassName
{
color: #9BBA05;
}
.AnyTagClassName
{
color: #9BBA05;
}
</style>
background-color css
<style>
a { background-color: #9BBA05; }
a { background-color: rgb(155,186,5); }
div.DivClassName
{
background-color: #9BBA05;
}
.BgClassName
{
background-color: #9BBA05;
}
</style>
border-color css
<style>
span { border-color: #9BBA05; }
span { border-color: rgb(155,186,5); }
td.TdClassName
{
border-color: #9BBA05;
}
.TagClassName
{
border-color: #9BBA05;
}
</style>