Shades of Citron #8C952C
Tints of Citron #8C952C
RGB
CMYK
RGB Variations
Color information
#8C952C (or 0x8C952C) is known color: Citron. HEX triplet: 8C, 95 and 2C. RGB value is (140,149,44). Sum of RGB (Red+Green+Blue) = 140+149+44=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #8C952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C952C is #736AD3. Grayscale: #868686. Windows color (decimal): -7563988 or 2921868. OLE color: 2921868.
HSL color Cylindrical-coordinate representation of color #8C952C: hue angle of 65.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C952C is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 44 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.42 |
| HSL | 65.14º | 0.54% | 0.38% | - |
| HSV(B) | 65.14º | 0.7% | 0.58% | - |
| XYZ | 22.02 | 27.25 | 6.48 | - |
| YUV | 134.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 44 | 0.06 | 0 | 0.70 | 0.42 | 65.14 | 0.54 | 0.38 |
| Hex | 8C | 95 | 2C | 6 | 0 | 46 | 2A | 41 | 36 | 26 |
| Octal | 214 | 225 | 54 | 6 | 0 | 106 | 52 | 101 | 66 | 46 |
| Binary | 10001100 | 10010101 | 101100 | 110 | 0 | 1000110 | 101010 | 1000001 | 110110 | 100110 |
Color Harmonies of #8C952C
Complementary color
Monochromatic Colors of #8C952C
Black with #8C952C
Text Example
Text Example
White with #8C952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C952C; }
p { color: rgb(140,149,44); }
H1.HeaderClassName
{
color: #8C952C;
}
.AnyTagClassName
{
color: #8C952C;
}
</style>
background-color css
<style>
a { background-color: #8C952C; }
a { background-color: rgb(140,149,44); }
div.DivClassName
{
background-color: #8C952C;
}
.BgClassName
{
background-color: #8C952C;
}
</style>
border-color css
<style>
span { border-color: #8C952C; }
span { border-color: rgb(140,149,44); }
td.TdClassName
{
border-color: #8C952C;
}
.TagClassName
{
border-color: #8C952C;
}
</style>