Shades of Citron #8C982C
Tints of Citron #8C982C
RGB
CMYK
RGB Variations
Color information
#8C982C (or 0x8C982C) is known color: Citron. HEX triplet: 8C, 98 and 2C. RGB value is (140,152,44). Sum of RGB (Red+Green+Blue) = 140+152+44=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #8C982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C982C is #7367D3. Grayscale: #888888. Windows color (decimal): -7563220 or 2922636. OLE color: 2922636.
HSL color Cylindrical-coordinate representation of color #8C982C: hue angle of 66.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C982C is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 44 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.40 |
| HSL | 66.67º | 0.55% | 0.38% | - |
| HSV(B) | 66.67º | 0.71% | 0.6% | - |
| XYZ | 22.5 | 28.21 | 6.64 | - |
| YUV | 136.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 44 | 0.08 | 0 | 0.71 | 0.40 | 66.67 | 0.55 | 0.38 |
| Hex | 8C | 98 | 2C | 8 | 0 | 47 | 28 | 43 | 37 | 26 |
| Octal | 214 | 230 | 54 | 10 | 0 | 107 | 50 | 103 | 67 | 46 |
| Binary | 10001100 | 10011000 | 101100 | 1000 | 0 | 1000111 | 101000 | 1000011 | 110111 | 100110 |
Color Harmonies of #8C982C
Complementary color
Monochromatic Colors of #8C982C
Black with #8C982C
Text Example
Text Example
White with #8C982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C982C; }
p { color: rgb(140,152,44); }
H1.HeaderClassName
{
color: #8C982C;
}
.AnyTagClassName
{
color: #8C982C;
}
</style>
background-color css
<style>
a { background-color: #8C982C; }
a { background-color: rgb(140,152,44); }
div.DivClassName
{
background-color: #8C982C;
}
.BgClassName
{
background-color: #8C982C;
}
</style>
border-color css
<style>
span { border-color: #8C982C; }
span { border-color: rgb(140,152,44); }
td.TdClassName
{
border-color: #8C982C;
}
.TagClassName
{
border-color: #8C982C;
}
</style>