Shades of Citron #8C9215
Tints of Citron #8C9215
RGB
CMYK
RGB Variations
Color information
#8C9215 (or 0x8C9215) is known color: Citron. HEX triplet: 8C, 92 and 15. RGB value is (140,146,21). Sum of RGB (Red+Green+Blue) = 140+146+21=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9215 is #736DEA. Grayscale: #828282. Windows color (decimal): -7564779 or 1413772. OLE color: 1413772.
HSL color Cylindrical-coordinate representation of color #8C9215: hue angle of 62.88º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C9215 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 21 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.43 |
| HSL | 62.88º | 0.75% | 0.33% | - |
| HSV(B) | 62.88º | 0.86% | 0.57% | - |
| XYZ | 21.23 | 26.19 | 4.65 | - |
| YUV | 129.96 | 66.51 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 21 | 0.04 | 0 | 0.86 | 0.43 | 62.88 | 0.75 | 0.33 |
| Hex | 8C | 92 | 15 | 4 | 0 | 56 | 2B | 3F | 4B | 21 |
| Octal | 214 | 222 | 25 | 4 | 0 | 126 | 53 | 77 | 113 | 41 |
| Binary | 10001100 | 10010010 | 10101 | 100 | 0 | 1010110 | 101011 | 111111 | 1001011 | 100001 |
Color Harmonies of #8C9215
Complementary color
Monochromatic Colors of #8C9215
Black with #8C9215
Text Example
Text Example
White with #8C9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9215; }
p { color: rgb(140,146,21); }
H1.HeaderClassName
{
color: #8C9215;
}
.AnyTagClassName
{
color: #8C9215;
}
</style>
background-color css
<style>
a { background-color: #8C9215; }
a { background-color: rgb(140,146,21); }
div.DivClassName
{
background-color: #8C9215;
}
.BgClassName
{
background-color: #8C9215;
}
</style>
border-color css
<style>
span { border-color: #8C9215; }
span { border-color: rgb(140,146,21); }
td.TdClassName
{
border-color: #8C9215;
}
.TagClassName
{
border-color: #8C9215;
}
</style>