Shades of Citron #8D972D
Tints of Citron #8D972D
RGB
CMYK
RGB Variations
Color information
#8D972D (or 0x8D972D) is known color: Citron. HEX triplet: 8D, 97 and 2D. RGB value is (141,151,45). Sum of RGB (Red+Green+Blue) = 141+151+45=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #8D972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D972D is #7268D2. Grayscale: #888888. Windows color (decimal): -7497939 or 2987917. OLE color: 2987917.
HSL color Cylindrical-coordinate representation of color #8D972D: hue angle of 65.66º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D972D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 45 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.41 |
| HSL | 65.66º | 0.54% | 0.38% | - |
| HSV(B) | 65.66º | 0.7% | 0.59% | - |
| XYZ | 22.52 | 27.99 | 6.7 | - |
| YUV | 135.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 45 | 0.07 | 0 | 0.70 | 0.41 | 65.66 | 0.54 | 0.38 |
| Hex | 8D | 97 | 2D | 7 | 0 | 46 | 29 | 42 | 36 | 26 |
| Octal | 215 | 227 | 55 | 7 | 0 | 106 | 51 | 102 | 66 | 46 |
| Binary | 10001101 | 10010111 | 101101 | 111 | 0 | 1000110 | 101001 | 1000010 | 110110 | 100110 |
Color Harmonies of #8D972D
Complementary color
Monochromatic Colors of #8D972D
Black with #8D972D
Text Example
Text Example
White with #8D972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D972D; }
p { color: rgb(141,151,45); }
H1.HeaderClassName
{
color: #8D972D;
}
.AnyTagClassName
{
color: #8D972D;
}
</style>
background-color css
<style>
a { background-color: #8D972D; }
a { background-color: rgb(141,151,45); }
div.DivClassName
{
background-color: #8D972D;
}
.BgClassName
{
background-color: #8D972D;
}
</style>
border-color css
<style>
span { border-color: #8D972D; }
span { border-color: rgb(141,151,45); }
td.TdClassName
{
border-color: #8D972D;
}
.TagClassName
{
border-color: #8D972D;
}
</style>