Shades of Citron #8D992F
Tints of Citron #8D992F
RGB
CMYK
RGB Variations
Color information
#8D992F (or 0x8D992F) is known color: Citron. HEX triplet: 8D, 99 and 2F. RGB value is (141,153,47). Sum of RGB (Red+Green+Blue) = 141+153+47=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #8D992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D992F is #7266D0. Grayscale: #898989. Windows color (decimal): -7497425 or 3119501. OLE color: 3119501.
HSL color Cylindrical-coordinate representation of color #8D992F: hue angle of 66.79º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D992F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 47 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.4 |
| HSL | 66.79º | 0.53% | 0.39% | - |
| HSV(B) | 66.79º | 0.69% | 0.6% | - |
| XYZ | 22.89 | 28.65 | 7.01 | - |
| YUV | 137.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 47 | 0.08 | 0 | 0.69 | 0.4 | 66.79 | 0.53 | 0.39 |
| Hex | 8D | 99 | 2F | 8 | 0 | 45 | 28 | 43 | 35 | 27 |
| Octal | 215 | 231 | 57 | 10 | 0 | 105 | 50 | 103 | 65 | 47 |
| Binary | 10001101 | 10011001 | 101111 | 1000 | 0 | 1000101 | 101000 | 1000011 | 110101 | 100111 |
Color Harmonies of #8D992F
Complementary color
Monochromatic Colors of #8D992F
Black with #8D992F
Text Example
Text Example
White with #8D992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D992F; }
p { color: rgb(141,153,47); }
H1.HeaderClassName
{
color: #8D992F;
}
.AnyTagClassName
{
color: #8D992F;
}
</style>
background-color css
<style>
a { background-color: #8D992F; }
a { background-color: rgb(141,153,47); }
div.DivClassName
{
background-color: #8D992F;
}
.BgClassName
{
background-color: #8D992F;
}
</style>
border-color css
<style>
span { border-color: #8D992F; }
span { border-color: rgb(141,153,47); }
td.TdClassName
{
border-color: #8D992F;
}
.TagClassName
{
border-color: #8D992F;
}
</style>