Shades of Citron #8C990A
Tints of Citron #8C990A
RGB
CMYK
RGB Variations
Color information
#8C990A (or 0x8C990A) is known color: Citron. HEX triplet: 8C, 99 and 0A. RGB value is (140,153,10). Sum of RGB (Red+Green+Blue) = 140+153+10=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #8C990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C990A is #7366F5. Grayscale: #858585. Windows color (decimal): -7562998 or 694668. OLE color: 694668.
HSL color Cylindrical-coordinate representation of color #8C990A: hue angle of 65.45º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C990A is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 10 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.4 |
| HSL | 65.45º | 0.88% | 0.32% | - |
| HSV(B) | 65.45º | 0.93% | 0.6% | - |
| XYZ | 22.26 | 28.38 | 4.59 | - |
| YUV | 132.81 | 58.69 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 10 | 0.08 | 0 | 0.93 | 0.4 | 65.45 | 0.88 | 0.32 |
| Hex | 8C | 99 | A | 8 | 0 | 5D | 28 | 41 | 58 | 20 |
| Octal | 214 | 231 | 12 | 10 | 0 | 135 | 50 | 101 | 130 | 40 |
| Binary | 10001100 | 10011001 | 1010 | 1000 | 0 | 1011101 | 101000 | 1000001 | 1011000 | 100000 |
Color Harmonies of #8C990A
Complementary color
Monochromatic Colors of #8C990A
Black with #8C990A
Text Example
Text Example
White with #8C990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C990A; }
p { color: rgb(140,153,10); }
H1.HeaderClassName
{
color: #8C990A;
}
.AnyTagClassName
{
color: #8C990A;
}
</style>
background-color css
<style>
a { background-color: #8C990A; }
a { background-color: rgb(140,153,10); }
div.DivClassName
{
background-color: #8C990A;
}
.BgClassName
{
background-color: #8C990A;
}
</style>
border-color css
<style>
span { border-color: #8C990A; }
span { border-color: rgb(140,153,10); }
td.TdClassName
{
border-color: #8C990A;
}
.TagClassName
{
border-color: #8C990A;
}
</style>