Shades of Citron #8D972C
Tints of Citron #8D972C
RGB
CMYK
RGB Variations
Color information
#8D972C (or 0x8D972C) is known color: Citron. HEX triplet: 8D, 97 and 2C. RGB value is (141,151,44). Sum of RGB (Red+Green+Blue) = 141+151+44=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #8D972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D972C is #7268D3. Grayscale: #888888. Windows color (decimal): -7497940 or 2922381. OLE color: 2922381.
HSL color Cylindrical-coordinate representation of color #8D972C: hue angle of 65.61º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D972C is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 44 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.41 |
| HSL | 65.61º | 0.55% | 0.38% | - |
| HSV(B) | 65.61º | 0.71% | 0.59% | - |
| XYZ | 22.51 | 27.98 | 6.6 | - |
| YUV | 135.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 44 | 0.07 | 0 | 0.71 | 0.41 | 65.61 | 0.55 | 0.38 |
| Hex | 8D | 97 | 2C | 7 | 0 | 47 | 29 | 42 | 37 | 26 |
| Octal | 215 | 227 | 54 | 7 | 0 | 107 | 51 | 102 | 67 | 46 |
| Binary | 10001101 | 10010111 | 101100 | 111 | 0 | 1000111 | 101001 | 1000010 | 110111 | 100110 |
Color Harmonies of #8D972C
Complementary color
Monochromatic Colors of #8D972C
Black with #8D972C
Text Example
Text Example
White with #8D972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D972C; }
p { color: rgb(141,151,44); }
H1.HeaderClassName
{
color: #8D972C;
}
.AnyTagClassName
{
color: #8D972C;
}
</style>
background-color css
<style>
a { background-color: #8D972C; }
a { background-color: rgb(141,151,44); }
div.DivClassName
{
background-color: #8D972C;
}
.BgClassName
{
background-color: #8D972C;
}
</style>
border-color css
<style>
span { border-color: #8D972C; }
span { border-color: rgb(141,151,44); }
td.TdClassName
{
border-color: #8D972C;
}
.TagClassName
{
border-color: #8D972C;
}
</style>