Shades of Citron #8C991E
Tints of Citron #8C991E
RGB
CMYK
RGB Variations
Color information
#8C991E (or 0x8C991E) is known color: Citron. HEX triplet: 8C, 99 and 1E. RGB value is (140,153,30). Sum of RGB (Red+Green+Blue) = 140+153+30=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #8C991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C991E is #7366E1. Grayscale: #878787. Windows color (decimal): -7562978 or 2005388. OLE color: 2005388.
HSL color Cylindrical-coordinate representation of color #8C991E: hue angle of 66.34º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C991E is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 30 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.4 |
| HSL | 66.34º | 0.67% | 0.36% | - |
| HSV(B) | 66.34º | 0.8% | 0.6% | - |
| XYZ | 22.44 | 28.45 | 5.54 | - |
| YUV | 135.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 30 | 0.08 | 0 | 0.80 | 0.4 | 66.34 | 0.67 | 0.36 |
| Hex | 8C | 99 | 1E | 8 | 0 | 50 | 28 | 42 | 43 | 24 |
| Octal | 214 | 231 | 36 | 10 | 0 | 120 | 50 | 102 | 103 | 44 |
| Binary | 10001100 | 10011001 | 11110 | 1000 | 0 | 1010000 | 101000 | 1000010 | 1000011 | 100100 |
Color Harmonies of #8C991E
Complementary color
Monochromatic Colors of #8C991E
Black with #8C991E
Text Example
Text Example
White with #8C991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C991E; }
p { color: rgb(140,153,30); }
H1.HeaderClassName
{
color: #8C991E;
}
.AnyTagClassName
{
color: #8C991E;
}
</style>
background-color css
<style>
a { background-color: #8C991E; }
a { background-color: rgb(140,153,30); }
div.DivClassName
{
background-color: #8C991E;
}
.BgClassName
{
background-color: #8C991E;
}
</style>
border-color css
<style>
span { border-color: #8C991E; }
span { border-color: rgb(140,153,30); }
td.TdClassName
{
border-color: #8C991E;
}
.TagClassName
{
border-color: #8C991E;
}
</style>