Shades of Citron #8C9A16
Tints of Citron #8C9A16
RGB
CMYK
RGB Variations
Color information
#8C9A16 (or 0x8C9A16) is known color: Citron. HEX triplet: 8C, 9A and 16. RGB value is (140,154,22). Sum of RGB (Red+Green+Blue) = 140+154+22=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9A16 is #7365E9. Grayscale: #878787. Windows color (decimal): -7562730 or 1481356. OLE color: 1481356.
HSL color Cylindrical-coordinate representation of color #8C9A16: hue angle of 66.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C9A16 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 154 | 22 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.40 |
| HSL | 66.36º | 0.75% | 0.35% | - |
| HSV(B) | 66.36º | 0.86% | 0.6% | - |
| XYZ | 22.52 | 28.74 | 5.12 | - |
| YUV | 134.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 22 | 0.09 | 0 | 0.86 | 0.40 | 66.36 | 0.75 | 0.35 |
| Hex | 8C | 9A | 16 | 9 | 0 | 56 | 28 | 42 | 4B | 23 |
| Octal | 214 | 232 | 26 | 11 | 0 | 126 | 50 | 102 | 113 | 43 |
| Binary | 10001100 | 10011010 | 10110 | 1001 | 0 | 1010110 | 101000 | 1000010 | 1001011 | 100011 |
Color Harmonies of #8C9A16
Complementary color
Monochromatic Colors of #8C9A16
Black with #8C9A16
Text Example
Text Example
White with #8C9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9A16; }
p { color: rgb(140,154,22); }
H1.HeaderClassName
{
color: #8C9A16;
}
.AnyTagClassName
{
color: #8C9A16;
}
</style>
background-color css
<style>
a { background-color: #8C9A16; }
a { background-color: rgb(140,154,22); }
div.DivClassName
{
background-color: #8C9A16;
}
.BgClassName
{
background-color: #8C9A16;
}
</style>
border-color css
<style>
span { border-color: #8C9A16; }
span { border-color: rgb(140,154,22); }
td.TdClassName
{
border-color: #8C9A16;
}
.TagClassName
{
border-color: #8C9A16;
}
</style>