Shades of Citrus #9CBC10
Tints of Citrus #9CBC10
RGB
CMYK
RGB Variations
Color information
#9CBC10 (or 0x9CBC10) is known color: Citrus. HEX triplet: 9C, BC and 10. RGB value is (156,188,16). Sum of RGB (Red+Green+Blue) = 156+188+16=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC10 is #6343EF. Grayscale: #9F9F9F. Windows color (decimal): -6505456 or 1096860. OLE color: 1096860.
HSL color Cylindrical-coordinate representation of color #9CBC10: hue angle of 71.16º 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 #9CBC10 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 16 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.26 |
| HSL | 71.16º | 0.84% | 0.4% | - |
| HSV(B) | 71.16º | 0.91% | 0.74% | - |
| XYZ | 31.79 | 43.07 | 7.13 | - |
| YUV | 158.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 16 | 0.17 | 0 | 0.91 | 0.26 | 71.16 | 0.84 | 0.4 |
| Hex | 9C | BC | 10 | 11 | 0 | 5B | 1A | 47 | 54 | 28 |
| Octal | 234 | 274 | 20 | 21 | 0 | 133 | 32 | 107 | 124 | 50 |
| Binary | 10011100 | 10111100 | 10000 | 10001 | 0 | 1011011 | 11010 | 1000111 | 1010100 | 101000 |
Color Harmonies of #9CBC10
Complementary color
Monochromatic Colors of #9CBC10
Black with #9CBC10
Text Example
Text Example
White with #9CBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC10; }
p { color: rgb(156,188,16); }
H1.HeaderClassName
{
color: #9CBC10;
}
.AnyTagClassName
{
color: #9CBC10;
}
</style>
background-color css
<style>
a { background-color: #9CBC10; }
a { background-color: rgb(156,188,16); }
div.DivClassName
{
background-color: #9CBC10;
}
.BgClassName
{
background-color: #9CBC10;
}
</style>
border-color css
<style>
span { border-color: #9CBC10; }
span { border-color: rgb(156,188,16); }
td.TdClassName
{
border-color: #9CBC10;
}
.TagClassName
{
border-color: #9CBC10;
}
</style>