Shades of Citrus #9BBC17
Tints of Citrus #9BBC17
RGB
CMYK
RGB Variations
Color information
#9BBC17 (or 0x9BBC17) is known color: Citrus. HEX triplet: 9B, BC and 17. RGB value is (155,188,23). Sum of RGB (Red+Green+Blue) = 155+188+23=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC17 is #6443E8. Grayscale: #9F9F9F. Windows color (decimal): -6570985 or 1555611. OLE color: 1555611.
HSL color Cylindrical-coordinate representation of color #9BBC17: hue angle of 72º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BBC17 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 23 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.26 |
| HSL | 72º | 0.78% | 0.41% | - |
| HSV(B) | 72º | 0.88% | 0.74% | - |
| XYZ | 31.66 | 43 | 7.44 | - |
| YUV | 159.32 | 51.07 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 23 | 0.18 | 0 | 0.88 | 0.26 | 72 | 0.78 | 0.41 |
| Hex | 9B | BC | 17 | 12 | 0 | 58 | 1A | 48 | 4E | 29 |
| Octal | 233 | 274 | 27 | 22 | 0 | 130 | 32 | 110 | 116 | 51 |
| Binary | 10011011 | 10111100 | 10111 | 10010 | 0 | 1011000 | 11010 | 1001000 | 1001110 | 101001 |
Color Harmonies of #9BBC17
Complementary color
Monochromatic Colors of #9BBC17
Black with #9BBC17
Text Example
Text Example
White with #9BBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC17; }
p { color: rgb(155,188,23); }
H1.HeaderClassName
{
color: #9BBC17;
}
.AnyTagClassName
{
color: #9BBC17;
}
</style>
background-color css
<style>
a { background-color: #9BBC17; }
a { background-color: rgb(155,188,23); }
div.DivClassName
{
background-color: #9BBC17;
}
.BgClassName
{
background-color: #9BBC17;
}
</style>
border-color css
<style>
span { border-color: #9BBC17; }
span { border-color: rgb(155,188,23); }
td.TdClassName
{
border-color: #9BBC17;
}
.TagClassName
{
border-color: #9BBC17;
}
</style>