Shades of Citron #8C9529
Tints of Citron #8C9529
RGB
CMYK
RGB Variations
Color information
#8C9529 (or 0x8C9529) is known color: Citron. HEX triplet: 8C, 95 and 29. RGB value is (140,149,41). Sum of RGB (Red+Green+Blue) = 140+149+41=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9529 is #736AD6. Grayscale: #868686. Windows color (decimal): -7563991 or 2725260. OLE color: 2725260.
HSL color Cylindrical-coordinate representation of color #8C9529: hue angle of 65º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C9529 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 41 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.42 |
| HSL | 65º | 0.57% | 0.37% | - |
| HSV(B) | 65º | 0.72% | 0.58% | - |
| XYZ | 21.96 | 27.23 | 6.2 | - |
| YUV | 134 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 41 | 0.06 | 0 | 0.72 | 0.42 | 65 | 0.57 | 0.37 |
| Hex | 8C | 95 | 29 | 6 | 0 | 48 | 2A | 41 | 39 | 25 |
| Octal | 214 | 225 | 51 | 6 | 0 | 110 | 52 | 101 | 71 | 45 |
| Binary | 10001100 | 10010101 | 101001 | 110 | 0 | 1001000 | 101010 | 1000001 | 111001 | 100101 |
Color Harmonies of #8C9529
Complementary color
Monochromatic Colors of #8C9529
Black with #8C9529
Text Example
Text Example
White with #8C9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9529; }
p { color: rgb(140,149,41); }
H1.HeaderClassName
{
color: #8C9529;
}
.AnyTagClassName
{
color: #8C9529;
}
</style>
background-color css
<style>
a { background-color: #8C9529; }
a { background-color: rgb(140,149,41); }
div.DivClassName
{
background-color: #8C9529;
}
.BgClassName
{
background-color: #8C9529;
}
</style>
border-color css
<style>
span { border-color: #8C9529; }
span { border-color: rgb(140,149,41); }
td.TdClassName
{
border-color: #8C9529;
}
.TagClassName
{
border-color: #8C9529;
}
</style>