Shades of Citron #8C972D
Tints of Citron #8C972D
RGB
CMYK
RGB Variations
Color information
#8C972D (or 0x8C972D) is known color: Citron. HEX triplet: 8C, 97 and 2D. RGB value is (140,151,45). Sum of RGB (Red+Green+Blue) = 140+151+45=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #8C972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C972D is #7368D2. Grayscale: #888888. Windows color (decimal): -7563475 or 2987916. OLE color: 2987916.
HSL color Cylindrical-coordinate representation of color #8C972D: hue angle of 66.23º 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 #8C972D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 45 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.41 |
| HSL | 66.23º | 0.54% | 0.38% | - |
| HSV(B) | 66.23º | 0.7% | 0.59% | - |
| XYZ | 22.36 | 27.9 | 6.69 | - |
| YUV | 135.63 | 76.86 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 45 | 0.07 | 0 | 0.70 | 0.41 | 66.23 | 0.54 | 0.38 |
| Hex | 8C | 97 | 2D | 7 | 0 | 46 | 29 | 42 | 36 | 26 |
| Octal | 214 | 227 | 55 | 7 | 0 | 106 | 51 | 102 | 66 | 46 |
| Binary | 10001100 | 10010111 | 101101 | 111 | 0 | 1000110 | 101001 | 1000010 | 110110 | 100110 |
Color Harmonies of #8C972D
Complementary color
Monochromatic Colors of #8C972D
Black with #8C972D
Text Example
Text Example
White with #8C972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C972D; }
p { color: rgb(140,151,45); }
H1.HeaderClassName
{
color: #8C972D;
}
.AnyTagClassName
{
color: #8C972D;
}
</style>
background-color css
<style>
a { background-color: #8C972D; }
a { background-color: rgb(140,151,45); }
div.DivClassName
{
background-color: #8C972D;
}
.BgClassName
{
background-color: #8C972D;
}
</style>
border-color css
<style>
span { border-color: #8C972D; }
span { border-color: rgb(140,151,45); }
td.TdClassName
{
border-color: #8C972D;
}
.TagClassName
{
border-color: #8C972D;
}
</style>