Shades of Citrus #9CBC13
Tints of Citrus #9CBC13
RGB
CMYK
RGB Variations
Color information
#9CBC13 (or 0x9CBC13) is known color: Citrus. HEX triplet: 9C, BC and 13. RGB value is (156,188,19). Sum of RGB (Red+Green+Blue) = 156+188+19=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC13 is #6343EC. Grayscale: #9F9F9F. Windows color (decimal): -6505453 or 1293468. OLE color: 1293468.
HSL color Cylindrical-coordinate representation of color #9CBC13: hue angle of 71.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CBC13 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 19 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.26 |
| HSL | 71.36º | 0.82% | 0.41% | - |
| HSV(B) | 71.36º | 0.9% | 0.74% | - |
| XYZ | 31.81 | 43.08 | 7.26 | - |
| YUV | 159.17 | 48.9 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 19 | 0.17 | 0 | 0.90 | 0.26 | 71.36 | 0.82 | 0.41 |
| Hex | 9C | BC | 13 | 11 | 0 | 5A | 1A | 47 | 52 | 29 |
| Octal | 234 | 274 | 23 | 21 | 0 | 132 | 32 | 107 | 122 | 51 |
| Binary | 10011100 | 10111100 | 10011 | 10001 | 0 | 1011010 | 11010 | 1000111 | 1010010 | 101001 |
Color Harmonies of #9CBC13
Complementary color
Monochromatic Colors of #9CBC13
Black with #9CBC13
Text Example
Text Example
White with #9CBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC13; }
p { color: rgb(156,188,19); }
H1.HeaderClassName
{
color: #9CBC13;
}
.AnyTagClassName
{
color: #9CBC13;
}
</style>
background-color css
<style>
a { background-color: #9CBC13; }
a { background-color: rgb(156,188,19); }
div.DivClassName
{
background-color: #9CBC13;
}
.BgClassName
{
background-color: #9CBC13;
}
</style>
border-color css
<style>
span { border-color: #9CBC13; }
span { border-color: rgb(156,188,19); }
td.TdClassName
{
border-color: #9CBC13;
}
.TagClassName
{
border-color: #9CBC13;
}
</style>