Shades of Citron #8C950C
Tints of Citron #8C950C
RGB
CMYK
RGB Variations
Color information
#8C950C (or 0x8C950C) is known color: Citron. HEX triplet: 8C, 95 and 0C. RGB value is (140,149,12). Sum of RGB (Red+Green+Blue) = 140+149+12=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #8C950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C950C is #736AF3. Grayscale: #838383. Windows color (decimal): -7564020 or 824716. OLE color: 824716.
HSL color Cylindrical-coordinate representation of color #8C950C: hue angle of 63.94º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C950C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 12 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.42 |
| HSL | 63.94º | 0.85% | 0.32% | - |
| HSV(B) | 63.94º | 0.92% | 0.58% | - |
| XYZ | 21.63 | 27.1 | 4.44 | - |
| YUV | 130.69 | 61.02 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 12 | 0.06 | 0 | 0.92 | 0.42 | 63.94 | 0.85 | 0.32 |
| Hex | 8C | 95 | C | 6 | 0 | 5C | 2A | 40 | 55 | 20 |
| Octal | 214 | 225 | 14 | 6 | 0 | 134 | 52 | 100 | 125 | 40 |
| Binary | 10001100 | 10010101 | 1100 | 110 | 0 | 1011100 | 101010 | 1000000 | 1010101 | 100000 |
Color Harmonies of #8C950C
Complementary color
Monochromatic Colors of #8C950C
Black with #8C950C
Text Example
Text Example
White with #8C950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C950C; }
p { color: rgb(140,149,12); }
H1.HeaderClassName
{
color: #8C950C;
}
.AnyTagClassName
{
color: #8C950C;
}
</style>
background-color css
<style>
a { background-color: #8C950C; }
a { background-color: rgb(140,149,12); }
div.DivClassName
{
background-color: #8C950C;
}
.BgClassName
{
background-color: #8C950C;
}
</style>
border-color css
<style>
span { border-color: #8C950C; }
span { border-color: rgb(140,149,12); }
td.TdClassName
{
border-color: #8C950C;
}
.TagClassName
{
border-color: #8C950C;
}
</style>