Shades of Citrus #9CBC04
Tints of Citrus #9CBC04
RGB
CMYK
RGB Variations
Color information
#9CBC04 (or 0x9CBC04) is known color: Citrus. HEX triplet: 9C, BC and 04. RGB value is (156,188,4). Sum of RGB (Red+Green+Blue) = 156+188+4=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBC04 is #6343FB. Grayscale: #9E9E9E. Windows color (decimal): -6505468 or 310428. OLE color: 310428.
HSL color Cylindrical-coordinate representation of color #9CBC04: hue angle of 70.43º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CBC04 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 4 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.26 |
| HSL | 70.43º | 0.96% | 0.38% | - |
| HSV(B) | 70.43º | 0.98% | 0.74% | - |
| XYZ | 31.72 | 43.04 | 6.75 | - |
| YUV | 157.46 | 41.4 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 4 | 0.17 | 0 | 0.98 | 0.26 | 70.43 | 0.96 | 0.38 |
| Hex | 9C | BC | 4 | 11 | 0 | 62 | 1A | 46 | 60 | 26 |
| Octal | 234 | 274 | 4 | 21 | 0 | 142 | 32 | 106 | 140 | 46 |
| Binary | 10011100 | 10111100 | 100 | 10001 | 0 | 1100010 | 11010 | 1000110 | 1100000 | 100110 |
Color Harmonies of #9CBC04
Complementary color
Monochromatic Colors of #9CBC04
Black with #9CBC04
Text Example
Text Example
White with #9CBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC04; }
p { color: rgb(156,188,4); }
H1.HeaderClassName
{
color: #9CBC04;
}
.AnyTagClassName
{
color: #9CBC04;
}
</style>
background-color css
<style>
a { background-color: #9CBC04; }
a { background-color: rgb(156,188,4); }
div.DivClassName
{
background-color: #9CBC04;
}
.BgClassName
{
background-color: #9CBC04;
}
</style>
border-color css
<style>
span { border-color: #9CBC04; }
span { border-color: rgb(156,188,4); }
td.TdClassName
{
border-color: #9CBC04;
}
.TagClassName
{
border-color: #9CBC04;
}
</style>