Shades of Citron #8D952C
Tints of Citron #8D952C
RGB
CMYK
RGB Variations
Color information
#8D952C (or 0x8D952C) is known color: Citron. HEX triplet: 8D, 95 and 2C. RGB value is (141,149,44). Sum of RGB (Red+Green+Blue) = 141+149+44=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #8D952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D952C is #726AD3. Grayscale: #878787. Windows color (decimal): -7498452 or 2921869. OLE color: 2921869.
HSL color Cylindrical-coordinate representation of color #8D952C: hue angle of 64.57º 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 #8D952C is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 44 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.42 |
| HSL | 64.57º | 0.54% | 0.38% | - |
| HSV(B) | 64.57º | 0.7% | 0.58% | - |
| XYZ | 22.19 | 27.34 | 6.49 | - |
| YUV | 134.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 44 | 0.05 | 0 | 0.70 | 0.42 | 64.57 | 0.54 | 0.38 |
| Hex | 8D | 95 | 2C | 5 | 0 | 46 | 2A | 41 | 36 | 26 |
| Octal | 215 | 225 | 54 | 5 | 0 | 106 | 52 | 101 | 66 | 46 |
| Binary | 10001101 | 10010101 | 101100 | 101 | 0 | 1000110 | 101010 | 1000001 | 110110 | 100110 |
Color Harmonies of #8D952C
Complementary color
Monochromatic Colors of #8D952C
Black with #8D952C
Text Example
Text Example
White with #8D952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D952C; }
p { color: rgb(141,149,44); }
H1.HeaderClassName
{
color: #8D952C;
}
.AnyTagClassName
{
color: #8D952C;
}
</style>
background-color css
<style>
a { background-color: #8D952C; }
a { background-color: rgb(141,149,44); }
div.DivClassName
{
background-color: #8D952C;
}
.BgClassName
{
background-color: #8D952C;
}
</style>
border-color css
<style>
span { border-color: #8D952C; }
span { border-color: rgb(141,149,44); }
td.TdClassName
{
border-color: #8D952C;
}
.TagClassName
{
border-color: #8D952C;
}
</style>