Shades of Citron #8C9C04
Tints of Citron #8C9C04
RGB
CMYK
RGB Variations
Color information
#8C9C04 (or 0x8C9C04) is known color: Citron. HEX triplet: 8C, 9C and 04. RGB value is (140,156,4). Sum of RGB (Red+Green+Blue) = 140+156+4=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9C04 is #7363FB. Grayscale: #868686. Windows color (decimal): -7562236 or 302220. OLE color: 302220.
HSL color Cylindrical-coordinate representation of color #8C9C04: hue angle of 66.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C9C04 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 156 | 4 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.39 |
| HSL | 66.32º | 0.95% | 0.31% | - |
| HSV(B) | 66.32º | 0.97% | 0.61% | - |
| XYZ | 22.73 | 29.36 | 4.58 | - |
| YUV | 133.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 156 | 4 | 0.10 | 0 | 0.97 | 0.39 | 66.32 | 0.95 | 0.31 |
| Hex | 8C | 9C | 4 | A | 0 | 61 | 27 | 42 | 5F | 1F |
| Octal | 214 | 234 | 4 | 12 | 0 | 141 | 47 | 102 | 137 | 37 |
| Binary | 10001100 | 10011100 | 100 | 1010 | 0 | 1100001 | 100111 | 1000010 | 1011111 | 11111 |
Color Harmonies of #8C9C04
Complementary color
Monochromatic Colors of #8C9C04
Black with #8C9C04
Text Example
Text Example
White with #8C9C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9C04; }
p { color: rgb(140,156,4); }
H1.HeaderClassName
{
color: #8C9C04;
}
.AnyTagClassName
{
color: #8C9C04;
}
</style>
background-color css
<style>
a { background-color: #8C9C04; }
a { background-color: rgb(140,156,4); }
div.DivClassName
{
background-color: #8C9C04;
}
.BgClassName
{
background-color: #8C9C04;
}
</style>
border-color css
<style>
span { border-color: #8C9C04; }
span { border-color: rgb(140,156,4); }
td.TdClassName
{
border-color: #8C9C04;
}
.TagClassName
{
border-color: #8C9C04;
}
</style>