Shades of Citron #8D930C
Tints of Citron #8D930C
RGB
CMYK
RGB Variations
Color information
#8D930C (or 0x8D930C) is known color: Citron. HEX triplet: 8D, 93 and 0C. RGB value is (141,147,12). Sum of RGB (Red+Green+Blue) = 141+147+12=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #8D930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D930C is #726CF3. Grayscale: #828282. Windows color (decimal): -7498996 or 824205. OLE color: 824205.
HSL color Cylindrical-coordinate representation of color #8D930C: hue angle of 62.67º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D930C is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 12 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.42 |
| HSL | 62.67º | 0.85% | 0.31% | - |
| HSV(B) | 62.67º | 0.92% | 0.58% | - |
| XYZ | 21.48 | 26.56 | 4.34 | - |
| YUV | 129.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 12 | 0.04 | 0 | 0.92 | 0.42 | 62.67 | 0.85 | 0.31 |
| Hex | 8D | 93 | C | 4 | 0 | 5C | 2A | 3F | 55 | 1F |
| Octal | 215 | 223 | 14 | 4 | 0 | 134 | 52 | 77 | 125 | 37 |
| Binary | 10001101 | 10010011 | 1100 | 100 | 0 | 1011100 | 101010 | 111111 | 1010101 | 11111 |
Color Harmonies of #8D930C
Complementary color
Monochromatic Colors of #8D930C
Black with #8D930C
Text Example
Text Example
White with #8D930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D930C; }
p { color: rgb(141,147,12); }
H1.HeaderClassName
{
color: #8D930C;
}
.AnyTagClassName
{
color: #8D930C;
}
</style>
background-color css
<style>
a { background-color: #8D930C; }
a { background-color: rgb(141,147,12); }
div.DivClassName
{
background-color: #8D930C;
}
.BgClassName
{
background-color: #8D930C;
}
</style>
border-color css
<style>
span { border-color: #8D930C; }
span { border-color: rgb(141,147,12); }
td.TdClassName
{
border-color: #8D930C;
}
.TagClassName
{
border-color: #8D930C;
}
</style>