Shades of Citron #8C982E
Tints of Citron #8C982E
RGB
CMYK
RGB Variations
Color information
#8C982E (or 0x8C982E) is known color: Citron. HEX triplet: 8C, 98 and 2E. RGB value is (140,152,46). Sum of RGB (Red+Green+Blue) = 140+152+46=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #8C982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C982E is #7367D1. Grayscale: #888888. Windows color (decimal): -7563218 or 3053708. OLE color: 3053708.
HSL color Cylindrical-coordinate representation of color #8C982E: hue angle of 66.79º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C982E is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 46 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.40 |
| HSL | 66.79º | 0.54% | 0.39% | - |
| HSV(B) | 66.79º | 0.7% | 0.6% | - |
| XYZ | 22.54 | 28.23 | 6.85 | - |
| YUV | 136.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 46 | 0.08 | 0 | 0.70 | 0.40 | 66.79 | 0.54 | 0.39 |
| Hex | 8C | 98 | 2E | 8 | 0 | 46 | 28 | 43 | 36 | 27 |
| Octal | 214 | 230 | 56 | 10 | 0 | 106 | 50 | 103 | 66 | 47 |
| Binary | 10001100 | 10011000 | 101110 | 1000 | 0 | 1000110 | 101000 | 1000011 | 110110 | 100111 |
Color Harmonies of #8C982E
Complementary color
Monochromatic Colors of #8C982E
Black with #8C982E
Text Example
Text Example
White with #8C982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C982E; }
p { color: rgb(140,152,46); }
H1.HeaderClassName
{
color: #8C982E;
}
.AnyTagClassName
{
color: #8C982E;
}
</style>
background-color css
<style>
a { background-color: #8C982E; }
a { background-color: rgb(140,152,46); }
div.DivClassName
{
background-color: #8C982E;
}
.BgClassName
{
background-color: #8C982E;
}
</style>
border-color css
<style>
span { border-color: #8C982E; }
span { border-color: rgb(140,152,46); }
td.TdClassName
{
border-color: #8C982E;
}
.TagClassName
{
border-color: #8C982E;
}
</style>