Shades of Citron #8C8D1C
Tints of Citron #8C8D1C
RGB
CMYK
RGB Variations
Color information
#8C8D1C (or 0x8C8D1C) is known color: Citron. HEX triplet: 8C, 8D and 1C. RGB value is (140,141,28). Sum of RGB (Red+Green+Blue) = 140+141+28=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8D1C is #7372E3. Grayscale: #808080. Windows color (decimal): -7566052 or 1871244. OLE color: 1871244.
HSL color Cylindrical-coordinate representation of color #8C8D1C: hue angle of 60.53º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C8D1C is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 141 | 28 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.45 |
| HSL | 60.53º | 0.67% | 0.33% | - |
| HSV(B) | 60.53º | 0.8% | 0.55% | - |
| XYZ | 20.55 | 24.71 | 4.78 | - |
| YUV | 127.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 28 | 0.01 | 0 | 0.80 | 0.45 | 60.53 | 0.67 | 0.33 |
| Hex | 8C | 8D | 1C | 1 | 0 | 50 | 2D | 3D | 43 | 21 |
| Octal | 214 | 215 | 34 | 1 | 0 | 120 | 55 | 75 | 103 | 41 |
| Binary | 10001100 | 10001101 | 11100 | 1 | 0 | 1010000 | 101101 | 111101 | 1000011 | 100001 |
Color Harmonies of #8C8D1C
Complementary color
Monochromatic Colors of #8C8D1C
Black with #8C8D1C
Text Example
Text Example
White with #8C8D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D1C; }
p { color: rgb(140,141,28); }
H1.HeaderClassName
{
color: #8C8D1C;
}
.AnyTagClassName
{
color: #8C8D1C;
}
</style>
background-color css
<style>
a { background-color: #8C8D1C; }
a { background-color: rgb(140,141,28); }
div.DivClassName
{
background-color: #8C8D1C;
}
.BgClassName
{
background-color: #8C8D1C;
}
</style>
border-color css
<style>
span { border-color: #8C8D1C; }
span { border-color: rgb(140,141,28); }
td.TdClassName
{
border-color: #8C8D1C;
}
.TagClassName
{
border-color: #8C8D1C;
}
</style>