Shades of Citron #8C9616
Tints of Citron #8C9616
RGB
CMYK
RGB Variations
Color information
#8C9616 (or 0x8C9616) is known color: Citron. HEX triplet: 8C, 96 and 16. RGB value is (140,150,22). Sum of RGB (Red+Green+Blue) = 140+150+22=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9616 is #7369E9. Grayscale: #848484. Windows color (decimal): -7563754 or 1480332. OLE color: 1480332.
HSL color Cylindrical-coordinate representation of color #8C9616: hue angle of 64.69º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C9616 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 22 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.41 |
| HSL | 64.69º | 0.74% | 0.34% | - |
| HSV(B) | 64.69º | 0.85% | 0.59% | - |
| XYZ | 21.87 | 27.45 | 4.9 | - |
| YUV | 132.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 22 | 0.07 | 0 | 0.85 | 0.41 | 64.69 | 0.74 | 0.34 |
| Hex | 8C | 96 | 16 | 7 | 0 | 55 | 29 | 41 | 4A | 22 |
| Octal | 214 | 226 | 26 | 7 | 0 | 125 | 51 | 101 | 112 | 42 |
| Binary | 10001100 | 10010110 | 10110 | 111 | 0 | 1010101 | 101001 | 1000001 | 1001010 | 100010 |
Color Harmonies of #8C9616
Complementary color
Monochromatic Colors of #8C9616
Black with #8C9616
Text Example
Text Example
White with #8C9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9616; }
p { color: rgb(140,150,22); }
H1.HeaderClassName
{
color: #8C9616;
}
.AnyTagClassName
{
color: #8C9616;
}
</style>
background-color css
<style>
a { background-color: #8C9616; }
a { background-color: rgb(140,150,22); }
div.DivClassName
{
background-color: #8C9616;
}
.BgClassName
{
background-color: #8C9616;
}
</style>
border-color css
<style>
span { border-color: #8C9616; }
span { border-color: rgb(140,150,22); }
td.TdClassName
{
border-color: #8C9616;
}
.TagClassName
{
border-color: #8C9616;
}
</style>