Shades of Citrus #9C9E04
Tints of Citrus #9C9E04
RGB
CMYK
RGB Variations
Color information
#9C9E04 (or 0x9C9E04) is known color: Citrus. HEX triplet: 9C, 9E and 04. RGB value is (156,158,4). Sum of RGB (Red+Green+Blue) = 156+158+4=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #9C9E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9E04 is #6361FB. Grayscale: #8C8C8C. Windows color (decimal): -6513148 or 302748. OLE color: 302748.
HSL color Cylindrical-coordinate representation of color #9C9E04: hue angle of 60.78º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C9E04 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 158 | 4 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.38 |
| HSL | 60.78º | 0.95% | 0.32% | - |
| HSV(B) | 60.78º | 0.97% | 0.62% | - |
| XYZ | 25.96 | 31.53 | 4.83 | - |
| YUV | 139.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 4 | 0.01 | 0 | 0.97 | 0.38 | 60.78 | 0.95 | 0.32 |
| Hex | 9C | 9E | 4 | 1 | 0 | 61 | 26 | 3D | 5F | 20 |
| Octal | 234 | 236 | 4 | 1 | 0 | 141 | 46 | 75 | 137 | 40 |
| Binary | 10011100 | 10011110 | 100 | 1 | 0 | 1100001 | 100110 | 111101 | 1011111 | 100000 |
Color Harmonies of #9C9E04
Complementary color
Monochromatic Colors of #9C9E04
Black with #9C9E04
Text Example
Text Example
White with #9C9E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9E04; }
p { color: rgb(156,158,4); }
H1.HeaderClassName
{
color: #9C9E04;
}
.AnyTagClassName
{
color: #9C9E04;
}
</style>
background-color css
<style>
a { background-color: #9C9E04; }
a { background-color: rgb(156,158,4); }
div.DivClassName
{
background-color: #9C9E04;
}
.BgClassName
{
background-color: #9C9E04;
}
</style>
border-color css
<style>
span { border-color: #9C9E04; }
span { border-color: rgb(156,158,4); }
td.TdClassName
{
border-color: #9C9E04;
}
.TagClassName
{
border-color: #9C9E04;
}
</style>