Shades of Citrus #9BBB05
Tints of Citrus #9BBB05
RGB
CMYK
RGB Variations
Color information
#9BBB05 (or 0x9BBB05) is known color: Citrus. HEX triplet: 9B, BB and 05. RGB value is (155,187,5). Sum of RGB (Red+Green+Blue) = 155+187+5=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBB05 is #6444FA. Grayscale: #9D9D9D. Windows color (decimal): -6571259 or 375707. OLE color: 375707.
HSL color Cylindrical-coordinate representation of color #9BBB05: hue angle of 70.55º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BBB05 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 5 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.27 |
| HSL | 70.55º | 0.95% | 0.38% | - |
| HSV(B) | 70.55º | 0.97% | 0.73% | - |
| XYZ | 31.32 | 42.52 | 6.7 | - |
| YUV | 156.68 | 42.4 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 5 | 0.17 | 0 | 0.97 | 0.27 | 70.55 | 0.95 | 0.38 |
| Hex | 9B | BB | 5 | 11 | 0 | 61 | 1B | 47 | 5F | 26 |
| Octal | 233 | 273 | 5 | 21 | 0 | 141 | 33 | 107 | 137 | 46 |
| Binary | 10011011 | 10111011 | 101 | 10001 | 0 | 1100001 | 11011 | 1000111 | 1011111 | 100110 |
Color Harmonies of #9BBB05
Complementary color
Monochromatic Colors of #9BBB05
Black with #9BBB05
Text Example
Text Example
White with #9BBB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB05; }
p { color: rgb(155,187,5); }
H1.HeaderClassName
{
color: #9BBB05;
}
.AnyTagClassName
{
color: #9BBB05;
}
</style>
background-color css
<style>
a { background-color: #9BBB05; }
a { background-color: rgb(155,187,5); }
div.DivClassName
{
background-color: #9BBB05;
}
.BgClassName
{
background-color: #9BBB05;
}
</style>
border-color css
<style>
span { border-color: #9BBB05; }
span { border-color: rgb(155,187,5); }
td.TdClassName
{
border-color: #9BBB05;
}
.TagClassName
{
border-color: #9BBB05;
}
</style>