Shades of Citron #8C9619
Tints of Citron #8C9619
RGB
CMYK
RGB Variations
Color information
#8C9619 (or 0x8C9619) is known color: Citron. HEX triplet: 8C, 96 and 19. RGB value is (140,150,25). Sum of RGB (Red+Green+Blue) = 140+150+25=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9619 is #7369E6. Grayscale: #858585. Windows color (decimal): -7563751 or 1676940. OLE color: 1676940.
HSL color Cylindrical-coordinate representation of color #8C9619: hue angle of 64.8º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C9619 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 25 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.41 |
| HSL | 64.8º | 0.71% | 0.34% | - |
| HSV(B) | 64.8º | 0.83% | 0.59% | - |
| XYZ | 21.9 | 27.46 | 5.07 | - |
| YUV | 132.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 25 | 0.07 | 0 | 0.83 | 0.41 | 64.8 | 0.71 | 0.34 |
| Hex | 8C | 96 | 19 | 7 | 0 | 53 | 29 | 41 | 47 | 22 |
| Octal | 214 | 226 | 31 | 7 | 0 | 123 | 51 | 101 | 107 | 42 |
| Binary | 10001100 | 10010110 | 11001 | 111 | 0 | 1010011 | 101001 | 1000001 | 1000111 | 100010 |
Color Harmonies of #8C9619
Complementary color
Monochromatic Colors of #8C9619
Black with #8C9619
Text Example
Text Example
White with #8C9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9619; }
p { color: rgb(140,150,25); }
H1.HeaderClassName
{
color: #8C9619;
}
.AnyTagClassName
{
color: #8C9619;
}
</style>
background-color css
<style>
a { background-color: #8C9619; }
a { background-color: rgb(140,150,25); }
div.DivClassName
{
background-color: #8C9619;
}
.BgClassName
{
background-color: #8C9619;
}
</style>
border-color css
<style>
span { border-color: #8C9619; }
span { border-color: rgb(140,150,25); }
td.TdClassName
{
border-color: #8C9619;
}
.TagClassName
{
border-color: #8C9619;
}
</style>