Shades of Citrus #9BB915
Tints of Citrus #9BB915
RGB
CMYK
RGB Variations
Color information
#9BB915 (or 0x9BB915) is known color: Citrus. HEX triplet: 9B, B9 and 15. RGB value is (155,185,21). Sum of RGB (Red+Green+Blue) = 155+185+21=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB915 is #6446EA. Grayscale: #9D9D9D. Windows color (decimal): -6571755 or 1423771. OLE color: 1423771.
HSL color Cylindrical-coordinate representation of color #9BB915: hue angle of 70.98º degrees, saturation: 0.8, 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 #9BB915 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 185 | 21 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.27 |
| HSL | 70.98º | 0.8% | 0.4% | - |
| HSV(B) | 70.98º | 0.89% | 0.73% | - |
| XYZ | 31 | 41.72 | 7.13 | - |
| YUV | 157.33 | 51.06 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 185 | 21 | 0.16 | 0 | 0.89 | 0.27 | 70.98 | 0.8 | 0.4 |
| Hex | 9B | B9 | 15 | 10 | 0 | 59 | 1B | 47 | 50 | 28 |
| Octal | 233 | 271 | 25 | 20 | 0 | 131 | 33 | 107 | 120 | 50 |
| Binary | 10011011 | 10111001 | 10101 | 10000 | 0 | 1011001 | 11011 | 1000111 | 1010000 | 101000 |
Color Harmonies of #9BB915
Complementary color
Monochromatic Colors of #9BB915
Black with #9BB915
Text Example
Text Example
White with #9BB915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB915; }
p { color: rgb(155,185,21); }
H1.HeaderClassName
{
color: #9BB915;
}
.AnyTagClassName
{
color: #9BB915;
}
</style>
background-color css
<style>
a { background-color: #9BB915; }
a { background-color: rgb(155,185,21); }
div.DivClassName
{
background-color: #9BB915;
}
.BgClassName
{
background-color: #9BB915;
}
</style>
border-color css
<style>
span { border-color: #9BB915; }
span { border-color: rgb(155,185,21); }
td.TdClassName
{
border-color: #9BB915;
}
.TagClassName
{
border-color: #9BB915;
}
</style>