Shades of Citron #8C972E
Tints of Citron #8C972E
RGB
CMYK
RGB Variations
Color information
#8C972E (or 0x8C972E) is known color: Citron. HEX triplet: 8C, 97 and 2E. RGB value is (140,151,46). Sum of RGB (Red+Green+Blue) = 140+151+46=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #8C972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C972E is #7368D1. Grayscale: #888888. Windows color (decimal): -7563474 or 3053452. OLE color: 3053452.
HSL color Cylindrical-coordinate representation of color #8C972E: hue angle of 66.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C972E is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 46 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.41 |
| HSL | 66.29º | 0.53% | 0.39% | - |
| HSV(B) | 66.29º | 0.7% | 0.59% | - |
| XYZ | 22.37 | 27.91 | 6.79 | - |
| YUV | 135.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 46 | 0.07 | 0 | 0.70 | 0.41 | 66.29 | 0.53 | 0.39 |
| Hex | 8C | 97 | 2E | 7 | 0 | 46 | 29 | 42 | 35 | 27 |
| Octal | 214 | 227 | 56 | 7 | 0 | 106 | 51 | 102 | 65 | 47 |
| Binary | 10001100 | 10010111 | 101110 | 111 | 0 | 1000110 | 101001 | 1000010 | 110101 | 100111 |
Color Harmonies of #8C972E
Complementary color
Monochromatic Colors of #8C972E
Black with #8C972E
Text Example
Text Example
White with #8C972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C972E; }
p { color: rgb(140,151,46); }
H1.HeaderClassName
{
color: #8C972E;
}
.AnyTagClassName
{
color: #8C972E;
}
</style>
background-color css
<style>
a { background-color: #8C972E; }
a { background-color: rgb(140,151,46); }
div.DivClassName
{
background-color: #8C972E;
}
.BgClassName
{
background-color: #8C972E;
}
</style>
border-color css
<style>
span { border-color: #8C972E; }
span { border-color: rgb(140,151,46); }
td.TdClassName
{
border-color: #8C972E;
}
.TagClassName
{
border-color: #8C972E;
}
</style>