Shades of Citron #8D912D
Tints of Citron #8D912D
RGB
CMYK
RGB Variations
Color information
#8D912D (or 0x8D912D) is known color: Citron. HEX triplet: 8D, 91 and 2D. RGB value is (141,145,45). Sum of RGB (Red+Green+Blue) = 141+145+45=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #8D912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D912D is #726ED2. Grayscale: #848484. Windows color (decimal): -7499475 or 2986381. OLE color: 2986381.
HSL color Cylindrical-coordinate representation of color #8D912D: hue angle of 62.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D912D is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 45 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.43 |
| HSL | 62.4º | 0.53% | 0.37% | - |
| HSV(B) | 62.4º | 0.69% | 0.57% | - |
| XYZ | 21.58 | 26.1 | 6.38 | - |
| YUV | 132.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 45 | 0.03 | 0 | 0.69 | 0.43 | 62.4 | 0.53 | 0.37 |
| Hex | 8D | 91 | 2D | 3 | 0 | 45 | 2B | 3E | 35 | 25 |
| Octal | 215 | 221 | 55 | 3 | 0 | 105 | 53 | 76 | 65 | 45 |
| Binary | 10001101 | 10010001 | 101101 | 11 | 0 | 1000101 | 101011 | 111110 | 110101 | 100101 |
Color Harmonies of #8D912D
Complementary color
Monochromatic Colors of #8D912D
Black with #8D912D
Text Example
Text Example
White with #8D912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D912D; }
p { color: rgb(141,145,45); }
H1.HeaderClassName
{
color: #8D912D;
}
.AnyTagClassName
{
color: #8D912D;
}
</style>
background-color css
<style>
a { background-color: #8D912D; }
a { background-color: rgb(141,145,45); }
div.DivClassName
{
background-color: #8D912D;
}
.BgClassName
{
background-color: #8D912D;
}
</style>
border-color css
<style>
span { border-color: #8D912D; }
span { border-color: rgb(141,145,45); }
td.TdClassName
{
border-color: #8D912D;
}
.TagClassName
{
border-color: #8D912D;
}
</style>