Shades of Citron #8D9524
Tints of Citron #8D9524
RGB
CMYK
RGB Variations
Color information
#8D9524 (or 0x8D9524) is known color: Citron. HEX triplet: 8D, 95 and 24. RGB value is (141,149,36). Sum of RGB (Red+Green+Blue) = 141+149+36=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9524 is #726ADB. Grayscale: #868686. Windows color (decimal): -7498460 or 2397581. OLE color: 2397581.
HSL color Cylindrical-coordinate representation of color #8D9524: hue angle of 64.25º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D9524 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 36 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.42 |
| HSL | 64.25º | 0.61% | 0.36% | - |
| HSV(B) | 64.25º | 0.76% | 0.58% | - |
| XYZ | 22.05 | 27.28 | 5.77 | - |
| YUV | 133.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 36 | 0.05 | 0 | 0.76 | 0.42 | 64.25 | 0.61 | 0.36 |
| Hex | 8D | 95 | 24 | 5 | 0 | 4C | 2A | 40 | 3D | 24 |
| Octal | 215 | 225 | 44 | 5 | 0 | 114 | 52 | 100 | 75 | 44 |
| Binary | 10001101 | 10010101 | 100100 | 101 | 0 | 1001100 | 101010 | 1000000 | 111101 | 100100 |
Color Harmonies of #8D9524
Complementary color
Monochromatic Colors of #8D9524
Black with #8D9524
Text Example
Text Example
White with #8D9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9524; }
p { color: rgb(141,149,36); }
H1.HeaderClassName
{
color: #8D9524;
}
.AnyTagClassName
{
color: #8D9524;
}
</style>
background-color css
<style>
a { background-color: #8D9524; }
a { background-color: rgb(141,149,36); }
div.DivClassName
{
background-color: #8D9524;
}
.BgClassName
{
background-color: #8D9524;
}
</style>
border-color css
<style>
span { border-color: #8D9524; }
span { border-color: rgb(141,149,36); }
td.TdClassName
{
border-color: #8D9524;
}
.TagClassName
{
border-color: #8D9524;
}
</style>