Shades of Citron #8C921F
Tints of Citron #8C921F
RGB
CMYK
RGB Variations
Color information
#8C921F (or 0x8C921F) is known color: Citron. HEX triplet: 8C, 92 and 1F. RGB value is (140,146,31). Sum of RGB (Red+Green+Blue) = 140+146+31=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #8C921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C921F is #736DE0. Grayscale: #838383. Windows color (decimal): -7564769 or 2069132. OLE color: 2069132.
HSL color Cylindrical-coordinate representation of color #8C921F: hue angle of 63.13º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C921F is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 31 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.43 |
| HSL | 63.13º | 0.65% | 0.35% | - |
| HSV(B) | 63.13º | 0.79% | 0.57% | - |
| XYZ | 21.34 | 26.23 | 5.23 | - |
| YUV | 131.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 31 | 0.04 | 0 | 0.79 | 0.43 | 63.13 | 0.65 | 0.35 |
| Hex | 8C | 92 | 1F | 4 | 0 | 4F | 2B | 3F | 41 | 23 |
| Octal | 214 | 222 | 37 | 4 | 0 | 117 | 53 | 77 | 101 | 43 |
| Binary | 10001100 | 10010010 | 11111 | 100 | 0 | 1001111 | 101011 | 111111 | 1000001 | 100011 |
Color Harmonies of #8C921F
Complementary color
Monochromatic Colors of #8C921F
Black with #8C921F
Text Example
Text Example
White with #8C921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C921F; }
p { color: rgb(140,146,31); }
H1.HeaderClassName
{
color: #8C921F;
}
.AnyTagClassName
{
color: #8C921F;
}
</style>
background-color css
<style>
a { background-color: #8C921F; }
a { background-color: rgb(140,146,31); }
div.DivClassName
{
background-color: #8C921F;
}
.BgClassName
{
background-color: #8C921F;
}
</style>
border-color css
<style>
span { border-color: #8C921F; }
span { border-color: rgb(140,146,31); }
td.TdClassName
{
border-color: #8C921F;
}
.TagClassName
{
border-color: #8C921F;
}
</style>