Shades of Citron #8D9124
Tints of Citron #8D9124
RGB
CMYK
RGB Variations
Color information
#8D9124 (or 0x8D9124) is known color: Citron. HEX triplet: 8D, 91 and 24. RGB value is (141,145,36). Sum of RGB (Red+Green+Blue) = 141+145+36=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9124 is #726EDB. Grayscale: #838383. Windows color (decimal): -7499484 or 2396557. OLE color: 2396557.
HSL color Cylindrical-coordinate representation of color #8D9124: hue angle of 62.2º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D9124 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 36 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.43 |
| HSL | 62.2º | 0.6% | 0.35% | - |
| HSV(B) | 62.2º | 0.75% | 0.57% | - |
| XYZ | 21.43 | 26.04 | 5.57 | - |
| YUV | 131.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 36 | 0.03 | 0 | 0.75 | 0.43 | 62.2 | 0.6 | 0.35 |
| Hex | 8D | 91 | 24 | 3 | 0 | 4B | 2B | 3E | 3C | 23 |
| Octal | 215 | 221 | 44 | 3 | 0 | 113 | 53 | 76 | 74 | 43 |
| Binary | 10001101 | 10010001 | 100100 | 11 | 0 | 1001011 | 101011 | 111110 | 111100 | 100011 |
Color Harmonies of #8D9124
Complementary color
Monochromatic Colors of #8D9124
Black with #8D9124
Text Example
Text Example
White with #8D9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9124; }
p { color: rgb(141,145,36); }
H1.HeaderClassName
{
color: #8D9124;
}
.AnyTagClassName
{
color: #8D9124;
}
</style>
background-color css
<style>
a { background-color: #8D9124; }
a { background-color: rgb(141,145,36); }
div.DivClassName
{
background-color: #8D9124;
}
.BgClassName
{
background-color: #8D9124;
}
</style>
border-color css
<style>
span { border-color: #8D9124; }
span { border-color: rgb(141,145,36); }
td.TdClassName
{
border-color: #8D9124;
}
.TagClassName
{
border-color: #8D9124;
}
</style>