Shades of Citron #8C9126
Tints of Citron #8C9126
RGB
CMYK
RGB Variations
Color information
#8C9126 (or 0x8C9126) is known color: Citron. HEX triplet: 8C, 91 and 26. RGB value is (140,145,38). Sum of RGB (Red+Green+Blue) = 140+145+38=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9126 is #736ED9. Grayscale: #838383. Windows color (decimal): -7565018 or 2527628. OLE color: 2527628.
HSL color Cylindrical-coordinate representation of color #8C9126: hue angle of 62.8º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C9126 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 38 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.43 |
| HSL | 62.8º | 0.58% | 0.36% | - |
| HSV(B) | 62.8º | 0.74% | 0.57% | - |
| XYZ | 21.29 | 25.97 | 5.72 | - |
| YUV | 131.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 38 | 0.03 | 0 | 0.74 | 0.43 | 62.8 | 0.58 | 0.36 |
| Hex | 8C | 91 | 26 | 3 | 0 | 4A | 2B | 3F | 3A | 24 |
| Octal | 214 | 221 | 46 | 3 | 0 | 112 | 53 | 77 | 72 | 44 |
| Binary | 10001100 | 10010001 | 100110 | 11 | 0 | 1001010 | 101011 | 111111 | 111010 | 100100 |
Color Harmonies of #8C9126
Complementary color
Monochromatic Colors of #8C9126
Black with #8C9126
Text Example
Text Example
White with #8C9126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9126; }
p { color: rgb(140,145,38); }
H1.HeaderClassName
{
color: #8C9126;
}
.AnyTagClassName
{
color: #8C9126;
}
</style>
background-color css
<style>
a { background-color: #8C9126; }
a { background-color: rgb(140,145,38); }
div.DivClassName
{
background-color: #8C9126;
}
.BgClassName
{
background-color: #8C9126;
}
</style>
border-color css
<style>
span { border-color: #8C9126; }
span { border-color: rgb(140,145,38); }
td.TdClassName
{
border-color: #8C9126;
}
.TagClassName
{
border-color: #8C9126;
}
</style>