Shades of Citron #8C9012
Tints of Citron #8C9012
RGB
CMYK
RGB Variations
Color information
#8C9012 (or 0x8C9012) is known color: Citron. HEX triplet: 8C, 90 and 12. RGB value is (140,144,18). Sum of RGB (Red+Green+Blue) = 140+144+18=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9012 is #736FED. Grayscale: #808080. Windows color (decimal): -7565294 or 1216652. OLE color: 1216652.
HSL color Cylindrical-coordinate representation of color #8C9012: hue angle of 61.9º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C9012 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 18 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.44 |
| HSL | 61.9º | 0.78% | 0.32% | - |
| HSV(B) | 61.9º | 0.88% | 0.56% | - |
| XYZ | 20.9 | 25.57 | 4.41 | - |
| YUV | 128.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 18 | 0.03 | 0 | 0.88 | 0.44 | 61.9 | 0.78 | 0.32 |
| Hex | 8C | 90 | 12 | 3 | 0 | 58 | 2C | 3E | 4E | 20 |
| Octal | 214 | 220 | 22 | 3 | 0 | 130 | 54 | 76 | 116 | 40 |
| Binary | 10001100 | 10010000 | 10010 | 11 | 0 | 1011000 | 101100 | 111110 | 1001110 | 100000 |
Color Harmonies of #8C9012
Complementary color
Monochromatic Colors of #8C9012
Black with #8C9012
Text Example
Text Example
White with #8C9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9012; }
p { color: rgb(140,144,18); }
H1.HeaderClassName
{
color: #8C9012;
}
.AnyTagClassName
{
color: #8C9012;
}
</style>
background-color css
<style>
a { background-color: #8C9012; }
a { background-color: rgb(140,144,18); }
div.DivClassName
{
background-color: #8C9012;
}
.BgClassName
{
background-color: #8C9012;
}
</style>
border-color css
<style>
span { border-color: #8C9012; }
span { border-color: rgb(140,144,18); }
td.TdClassName
{
border-color: #8C9012;
}
.TagClassName
{
border-color: #8C9012;
}
</style>