Shades of Citrus #9CBC15
Tints of Citrus #9CBC15
RGB
CMYK
RGB Variations
Color information
#9CBC15 (or 0x9CBC15) is known color: Citrus. HEX triplet: 9C, BC and 15. RGB value is (156,188,21). Sum of RGB (Red+Green+Blue) = 156+188+21=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC15 is #6343EA. Grayscale: #A0A0A0. Windows color (decimal): -6505451 or 1424540. OLE color: 1424540.
HSL color Cylindrical-coordinate representation of color #9CBC15: hue angle of 71.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9CBC15 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 21 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.26 |
| HSL | 71.5º | 0.8% | 0.41% | - |
| HSV(B) | 71.5º | 0.89% | 0.74% | - |
| XYZ | 31.83 | 43.09 | 7.35 | - |
| YUV | 159.39 | 49.9 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 21 | 0.17 | 0 | 0.89 | 0.26 | 71.5 | 0.8 | 0.41 |
| Hex | 9C | BC | 15 | 11 | 0 | 59 | 1A | 47 | 50 | 29 |
| Octal | 234 | 274 | 25 | 21 | 0 | 131 | 32 | 107 | 120 | 51 |
| Binary | 10011100 | 10111100 | 10101 | 10001 | 0 | 1011001 | 11010 | 1000111 | 1010000 | 101001 |
Color Harmonies of #9CBC15
Complementary color
Monochromatic Colors of #9CBC15
Black with #9CBC15
Text Example
Text Example
White with #9CBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC15; }
p { color: rgb(156,188,21); }
H1.HeaderClassName
{
color: #9CBC15;
}
.AnyTagClassName
{
color: #9CBC15;
}
</style>
background-color css
<style>
a { background-color: #9CBC15; }
a { background-color: rgb(156,188,21); }
div.DivClassName
{
background-color: #9CBC15;
}
.BgClassName
{
background-color: #9CBC15;
}
</style>
border-color css
<style>
span { border-color: #9CBC15; }
span { border-color: rgb(156,188,21); }
td.TdClassName
{
border-color: #9CBC15;
}
.TagClassName
{
border-color: #9CBC15;
}
</style>