Shades of Citron #8C982A
Tints of Citron #8C982A
RGB
CMYK
RGB Variations
Color information
#8C982A (or 0x8C982A) is known color: Citron. HEX triplet: 8C, 98 and 2A. RGB value is (140,152,42). Sum of RGB (Red+Green+Blue) = 140+152+42=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #8C982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C982A is #7367D5. Grayscale: #888888. Windows color (decimal): -7563222 or 2791564. OLE color: 2791564.
HSL color Cylindrical-coordinate representation of color #8C982A: hue angle of 66.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C982A is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 42 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.40 |
| HSL | 66.55º | 0.57% | 0.38% | - |
| HSV(B) | 66.55º | 0.72% | 0.6% | - |
| XYZ | 22.46 | 28.2 | 6.45 | - |
| YUV | 135.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 42 | 0.08 | 0 | 0.72 | 0.40 | 66.55 | 0.57 | 0.38 |
| Hex | 8C | 98 | 2A | 8 | 0 | 48 | 28 | 43 | 39 | 26 |
| Octal | 214 | 230 | 52 | 10 | 0 | 110 | 50 | 103 | 71 | 46 |
| Binary | 10001100 | 10011000 | 101010 | 1000 | 0 | 1001000 | 101000 | 1000011 | 111001 | 100110 |
Color Harmonies of #8C982A
Complementary color
Monochromatic Colors of #8C982A
Black with #8C982A
Text Example
Text Example
White with #8C982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C982A; }
p { color: rgb(140,152,42); }
H1.HeaderClassName
{
color: #8C982A;
}
.AnyTagClassName
{
color: #8C982A;
}
</style>
background-color css
<style>
a { background-color: #8C982A; }
a { background-color: rgb(140,152,42); }
div.DivClassName
{
background-color: #8C982A;
}
.BgClassName
{
background-color: #8C982A;
}
</style>
border-color css
<style>
span { border-color: #8C982A; }
span { border-color: rgb(140,152,42); }
td.TdClassName
{
border-color: #8C982A;
}
.TagClassName
{
border-color: #8C982A;
}
</style>