Shades of Citron #8D9520
Tints of Citron #8D9520
RGB
CMYK
RGB Variations
Color information
#8D9520 (or 0x8D9520) is known color: Citron. HEX triplet: 8D, 95 and 20. RGB value is (141,149,32). Sum of RGB (Red+Green+Blue) = 141+149+32=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9520 is #726ADF. Grayscale: #858585. Windows color (decimal): -7498464 or 2135437. OLE color: 2135437.
HSL color Cylindrical-coordinate representation of color #8D9520: hue angle of 64.1º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D9520 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 32 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.42 |
| HSL | 64.1º | 0.65% | 0.35% | - |
| HSV(B) | 64.1º | 0.79% | 0.58% | - |
| XYZ | 21.99 | 27.26 | 5.47 | - |
| YUV | 133.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 32 | 0.05 | 0 | 0.79 | 0.42 | 64.1 | 0.65 | 0.35 |
| Hex | 8D | 95 | 20 | 5 | 0 | 4F | 2A | 40 | 41 | 23 |
| Octal | 215 | 225 | 40 | 5 | 0 | 117 | 52 | 100 | 101 | 43 |
| Binary | 10001101 | 10010101 | 100000 | 101 | 0 | 1001111 | 101010 | 1000000 | 1000001 | 100011 |
Color Harmonies of #8D9520
Complementary color
Monochromatic Colors of #8D9520
Black with #8D9520
Text Example
Text Example
White with #8D9520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9520; }
p { color: rgb(141,149,32); }
H1.HeaderClassName
{
color: #8D9520;
}
.AnyTagClassName
{
color: #8D9520;
}
</style>
background-color css
<style>
a { background-color: #8D9520; }
a { background-color: rgb(141,149,32); }
div.DivClassName
{
background-color: #8D9520;
}
.BgClassName
{
background-color: #8D9520;
}
</style>
border-color css
<style>
span { border-color: #8D9520; }
span { border-color: rgb(141,149,32); }
td.TdClassName
{
border-color: #8D9520;
}
.TagClassName
{
border-color: #8D9520;
}
</style>