Shades of Citron #8C952D
Tints of Citron #8C952D
RGB
CMYK
RGB Variations
Color information
#8C952D (or 0x8C952D) is known color: Citron. HEX triplet: 8C, 95 and 2D. RGB value is (140,149,45). Sum of RGB (Red+Green+Blue) = 140+149+45=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #8C952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C952D is #736AD2. Grayscale: #868686. Windows color (decimal): -7563987 or 2987404. OLE color: 2987404.
HSL color Cylindrical-coordinate representation of color #8C952D: hue angle of 65.19º 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 #8C952D is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 45 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.42 |
| HSL | 65.19º | 0.54% | 0.38% | - |
| HSV(B) | 65.19º | 0.7% | 0.58% | - |
| XYZ | 22.04 | 27.26 | 6.58 | - |
| YUV | 134.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 45 | 0.06 | 0 | 0.70 | 0.42 | 65.19 | 0.54 | 0.38 |
| Hex | 8C | 95 | 2D | 6 | 0 | 46 | 2A | 41 | 36 | 26 |
| Octal | 214 | 225 | 55 | 6 | 0 | 106 | 52 | 101 | 66 | 46 |
| Binary | 10001100 | 10010101 | 101101 | 110 | 0 | 1000110 | 101010 | 1000001 | 110110 | 100110 |
Color Harmonies of #8C952D
Complementary color
Monochromatic Colors of #8C952D
Black with #8C952D
Text Example
Text Example
White with #8C952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C952D; }
p { color: rgb(140,149,45); }
H1.HeaderClassName
{
color: #8C952D;
}
.AnyTagClassName
{
color: #8C952D;
}
</style>
background-color css
<style>
a { background-color: #8C952D; }
a { background-color: rgb(140,149,45); }
div.DivClassName
{
background-color: #8C952D;
}
.BgClassName
{
background-color: #8C952D;
}
</style>
border-color css
<style>
span { border-color: #8C952D; }
span { border-color: rgb(140,149,45); }
td.TdClassName
{
border-color: #8C952D;
}
.TagClassName
{
border-color: #8C952D;
}
</style>