Shades of Citrus #9BBC10
Tints of Citrus #9BBC10
RGB
CMYK
RGB Variations
Color information
#9BBC10 (or 0x9BBC10) is known color: Citrus. HEX triplet: 9B, BC and 10. RGB value is (155,188,16). Sum of RGB (Red+Green+Blue) = 155+188+16=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC10 is #6443EF. Grayscale: #9F9F9F. Windows color (decimal): -6570992 or 1096859. OLE color: 1096859.
HSL color Cylindrical-coordinate representation of color #9BBC10: hue angle of 71.51º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BBC10 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 16 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.26 |
| HSL | 71.51º | 0.84% | 0.4% | - |
| HSV(B) | 71.51º | 0.91% | 0.74% | - |
| XYZ | 31.59 | 42.97 | 7.12 | - |
| YUV | 158.53 | 47.57 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 16 | 0.18 | 0 | 0.91 | 0.26 | 71.51 | 0.84 | 0.4 |
| Hex | 9B | BC | 10 | 12 | 0 | 5B | 1A | 48 | 54 | 28 |
| Octal | 233 | 274 | 20 | 22 | 0 | 133 | 32 | 110 | 124 | 50 |
| Binary | 10011011 | 10111100 | 10000 | 10010 | 0 | 1011011 | 11010 | 1001000 | 1010100 | 101000 |
Color Harmonies of #9BBC10
Complementary color
Monochromatic Colors of #9BBC10
Black with #9BBC10
Text Example
Text Example
White with #9BBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC10; }
p { color: rgb(155,188,16); }
H1.HeaderClassName
{
color: #9BBC10;
}
.AnyTagClassName
{
color: #9BBC10;
}
</style>
background-color css
<style>
a { background-color: #9BBC10; }
a { background-color: rgb(155,188,16); }
div.DivClassName
{
background-color: #9BBC10;
}
.BgClassName
{
background-color: #9BBC10;
}
</style>
border-color css
<style>
span { border-color: #9BBC10; }
span { border-color: rgb(155,188,16); }
td.TdClassName
{
border-color: #9BBC10;
}
.TagClassName
{
border-color: #9BBC10;
}
</style>