Shades of Citron #8C9905
Tints of Citron #8C9905
RGB
CMYK
RGB Variations
Color information
#8C9905 (or 0x8C9905) is known color: Citron. HEX triplet: 8C, 99 and 05. RGB value is (140,153,5). Sum of RGB (Red+Green+Blue) = 140+153+5=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9905 is #7366FA. Grayscale: #848484. Windows color (decimal): -7563003 or 366988. OLE color: 366988.
HSL color Cylindrical-coordinate representation of color #8C9905: hue angle of 65.27º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C9905 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 5 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.4 |
| HSL | 65.27º | 0.94% | 0.31% | - |
| HSV(B) | 65.27º | 0.97% | 0.6% | - |
| XYZ | 22.23 | 28.37 | 4.45 | - |
| YUV | 132.24 | 56.19 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 5 | 0.08 | 0 | 0.97 | 0.4 | 65.27 | 0.94 | 0.31 |
| Hex | 8C | 99 | 5 | 8 | 0 | 61 | 28 | 41 | 5E | 1F |
| Octal | 214 | 231 | 5 | 10 | 0 | 141 | 50 | 101 | 136 | 37 |
| Binary | 10001100 | 10011001 | 101 | 1000 | 0 | 1100001 | 101000 | 1000001 | 1011110 | 11111 |
Color Harmonies of #8C9905
Complementary color
Monochromatic Colors of #8C9905
Black with #8C9905
Text Example
Text Example
White with #8C9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9905; }
p { color: rgb(140,153,5); }
H1.HeaderClassName
{
color: #8C9905;
}
.AnyTagClassName
{
color: #8C9905;
}
</style>
background-color css
<style>
a { background-color: #8C9905; }
a { background-color: rgb(140,153,5); }
div.DivClassName
{
background-color: #8C9905;
}
.BgClassName
{
background-color: #8C9905;
}
</style>
border-color css
<style>
span { border-color: #8C9905; }
span { border-color: rgb(140,153,5); }
td.TdClassName
{
border-color: #8C9905;
}
.TagClassName
{
border-color: #8C9905;
}
</style>