Shades of Citron #8C9628
Tints of Citron #8C9628
RGB
CMYK
RGB Variations
Color information
#8C9628 (or 0x8C9628) is known color: Citron. HEX triplet: 8C, 96 and 28. RGB value is (140,150,40). Sum of RGB (Red+Green+Blue) = 140+150+40=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9628 is #7369D7. Grayscale: #868686. Windows color (decimal): -7563736 or 2659980. OLE color: 2659980.
HSL color Cylindrical-coordinate representation of color #8C9628: hue angle of 65.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C9628 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 40 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.41 |
| HSL | 65.45º | 0.58% | 0.37% | - |
| HSV(B) | 65.45º | 0.73% | 0.59% | - |
| XYZ | 22.1 | 27.54 | 6.16 | - |
| YUV | 134.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 40 | 0.07 | 0 | 0.73 | 0.41 | 65.45 | 0.58 | 0.37 |
| Hex | 8C | 96 | 28 | 7 | 0 | 49 | 29 | 41 | 3A | 25 |
| Octal | 214 | 226 | 50 | 7 | 0 | 111 | 51 | 101 | 72 | 45 |
| Binary | 10001100 | 10010110 | 101000 | 111 | 0 | 1001001 | 101001 | 1000001 | 111010 | 100101 |
Color Harmonies of #8C9628
Complementary color
Monochromatic Colors of #8C9628
Black with #8C9628
Text Example
Text Example
White with #8C9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9628; }
p { color: rgb(140,150,40); }
H1.HeaderClassName
{
color: #8C9628;
}
.AnyTagClassName
{
color: #8C9628;
}
</style>
background-color css
<style>
a { background-color: #8C9628; }
a { background-color: rgb(140,150,40); }
div.DivClassName
{
background-color: #8C9628;
}
.BgClassName
{
background-color: #8C9628;
}
</style>
border-color css
<style>
span { border-color: #8C9628; }
span { border-color: rgb(140,150,40); }
td.TdClassName
{
border-color: #8C9628;
}
.TagClassName
{
border-color: #8C9628;
}
</style>