Shades of Citron #8C9524
Tints of Citron #8C9524
RGB
CMYK
RGB Variations
Color information
#8C9524 (or 0x8C9524) is known color: Citron. HEX triplet: 8C, 95 and 24. RGB value is (140,149,36). Sum of RGB (Red+Green+Blue) = 140+149+36=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9524 is #736ADB. Grayscale: #858585. Windows color (decimal): -7563996 or 2397580. OLE color: 2397580.
HSL color Cylindrical-coordinate representation of color #8C9524: hue angle of 64.78º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C9524 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 36 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.42 |
| HSL | 64.78º | 0.61% | 0.36% | - |
| HSV(B) | 64.78º | 0.76% | 0.58% | - |
| XYZ | 21.88 | 27.2 | 5.77 | - |
| YUV | 133.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 36 | 0.06 | 0 | 0.76 | 0.42 | 64.78 | 0.61 | 0.36 |
| Hex | 8C | 95 | 24 | 6 | 0 | 4C | 2A | 41 | 3D | 24 |
| Octal | 214 | 225 | 44 | 6 | 0 | 114 | 52 | 101 | 75 | 44 |
| Binary | 10001100 | 10010101 | 100100 | 110 | 0 | 1001100 | 101010 | 1000001 | 111101 | 100100 |
Color Harmonies of #8C9524
Complementary color
Monochromatic Colors of #8C9524
Black with #8C9524
Text Example
Text Example
White with #8C9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9524; }
p { color: rgb(140,149,36); }
H1.HeaderClassName
{
color: #8C9524;
}
.AnyTagClassName
{
color: #8C9524;
}
</style>
background-color css
<style>
a { background-color: #8C9524; }
a { background-color: rgb(140,149,36); }
div.DivClassName
{
background-color: #8C9524;
}
.BgClassName
{
background-color: #8C9524;
}
</style>
border-color css
<style>
span { border-color: #8C9524; }
span { border-color: rgb(140,149,36); }
td.TdClassName
{
border-color: #8C9524;
}
.TagClassName
{
border-color: #8C9524;
}
</style>