Shades of Citron #8C921C
Tints of Citron #8C921C
RGB
CMYK
RGB Variations
Color information
#8C921C (or 0x8C921C) is known color: Citron. HEX triplet: 8C, 92 and 1C. RGB value is (140,146,28). Sum of RGB (Red+Green+Blue) = 140+146+28=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #8C921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C921C is #736DE3. Grayscale: #838383. Windows color (decimal): -7564772 or 1872524. OLE color: 1872524.
HSL color Cylindrical-coordinate representation of color #8C921C: hue angle of 63.05º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C921C is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 28 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.43 |
| HSL | 63.05º | 0.68% | 0.34% | - |
| HSV(B) | 63.05º | 0.81% | 0.57% | - |
| XYZ | 21.3 | 26.22 | 5.04 | - |
| YUV | 130.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 28 | 0.04 | 0 | 0.81 | 0.43 | 63.05 | 0.68 | 0.34 |
| Hex | 8C | 92 | 1C | 4 | 0 | 51 | 2B | 3F | 44 | 22 |
| Octal | 214 | 222 | 34 | 4 | 0 | 121 | 53 | 77 | 104 | 42 |
| Binary | 10001100 | 10010010 | 11100 | 100 | 0 | 1010001 | 101011 | 111111 | 1000100 | 100010 |
Color Harmonies of #8C921C
Complementary color
Monochromatic Colors of #8C921C
Black with #8C921C
Text Example
Text Example
White with #8C921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C921C; }
p { color: rgb(140,146,28); }
H1.HeaderClassName
{
color: #8C921C;
}
.AnyTagClassName
{
color: #8C921C;
}
</style>
background-color css
<style>
a { background-color: #8C921C; }
a { background-color: rgb(140,146,28); }
div.DivClassName
{
background-color: #8C921C;
}
.BgClassName
{
background-color: #8C921C;
}
</style>
border-color css
<style>
span { border-color: #8C921C; }
span { border-color: rgb(140,146,28); }
td.TdClassName
{
border-color: #8C921C;
}
.TagClassName
{
border-color: #8C921C;
}
</style>