Shades of Citron #8D922C
Tints of Citron #8D922C
RGB
CMYK
RGB Variations
Color information
#8D922C (or 0x8D922C) is known color: Citron. HEX triplet: 8D, 92 and 2C. RGB value is (141,146,44). Sum of RGB (Red+Green+Blue) = 141+146+44=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #8D922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D922C is #726DD3. Grayscale: #858585. Windows color (decimal): -7499220 or 2921101. OLE color: 2921101.
HSL color Cylindrical-coordinate representation of color #8D922C: hue angle of 62.94º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D922C is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 44 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.43 |
| HSL | 62.94º | 0.54% | 0.37% | - |
| HSV(B) | 62.94º | 0.7% | 0.57% | - |
| XYZ | 21.72 | 26.4 | 6.33 | - |
| YUV | 132.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 44 | 0.03 | 0 | 0.70 | 0.43 | 62.94 | 0.54 | 0.37 |
| Hex | 8D | 92 | 2C | 3 | 0 | 46 | 2B | 3F | 36 | 25 |
| Octal | 215 | 222 | 54 | 3 | 0 | 106 | 53 | 77 | 66 | 45 |
| Binary | 10001101 | 10010010 | 101100 | 11 | 0 | 1000110 | 101011 | 111111 | 110110 | 100101 |
Color Harmonies of #8D922C
Complementary color
Monochromatic Colors of #8D922C
Black with #8D922C
Text Example
Text Example
White with #8D922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D922C; }
p { color: rgb(141,146,44); }
H1.HeaderClassName
{
color: #8D922C;
}
.AnyTagClassName
{
color: #8D922C;
}
</style>
background-color css
<style>
a { background-color: #8D922C; }
a { background-color: rgb(141,146,44); }
div.DivClassName
{
background-color: #8D922C;
}
.BgClassName
{
background-color: #8D922C;
}
</style>
border-color css
<style>
span { border-color: #8D922C; }
span { border-color: rgb(141,146,44); }
td.TdClassName
{
border-color: #8D922C;
}
.TagClassName
{
border-color: #8D922C;
}
</style>