Shades of Citron #8C921D
Tints of Citron #8C921D
RGB
CMYK
RGB Variations
Color information
#8C921D (or 0x8C921D) is known color: Citron. HEX triplet: 8C, 92 and 1D. RGB value is (140,146,29). Sum of RGB (Red+Green+Blue) = 140+146+29=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #8C921D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C921D is #736DE2. Grayscale: #838383. Windows color (decimal): -7564771 or 1938060. OLE color: 1938060.
HSL color Cylindrical-coordinate representation of color #8C921D: hue angle of 63.08º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C921D is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 29 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.43 |
| HSL | 63.08º | 0.67% | 0.34% | - |
| HSV(B) | 63.08º | 0.8% | 0.57% | - |
| XYZ | 21.32 | 26.22 | 5.1 | - |
| YUV | 130.87 | 70.51 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 29 | 0.04 | 0 | 0.80 | 0.43 | 63.08 | 0.67 | 0.34 |
| Hex | 8C | 92 | 1D | 4 | 0 | 50 | 2B | 3F | 43 | 22 |
| Octal | 214 | 222 | 35 | 4 | 0 | 120 | 53 | 77 | 103 | 42 |
| Binary | 10001100 | 10010010 | 11101 | 100 | 0 | 1010000 | 101011 | 111111 | 1000011 | 100010 |
Color Harmonies of #8C921D
Complementary color
Monochromatic Colors of #8C921D
Black with #8C921D
Text Example
Text Example
White with #8C921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C921D; }
p { color: rgb(140,146,29); }
H1.HeaderClassName
{
color: #8C921D;
}
.AnyTagClassName
{
color: #8C921D;
}
</style>
background-color css
<style>
a { background-color: #8C921D; }
a { background-color: rgb(140,146,29); }
div.DivClassName
{
background-color: #8C921D;
}
.BgClassName
{
background-color: #8C921D;
}
</style>
border-color css
<style>
span { border-color: #8C921D; }
span { border-color: rgb(140,146,29); }
td.TdClassName
{
border-color: #8C921D;
}
.TagClassName
{
border-color: #8C921D;
}
</style>