Shades of Citron #8C970C
Tints of Citron #8C970C
RGB
CMYK
RGB Variations
Color information
#8C970C (or 0x8C970C) is known color: Citron. HEX triplet: 8C, 97 and 0C. RGB value is (140,151,12). Sum of RGB (Red+Green+Blue) = 140+151+12=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #8C970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C970C is #7368F3. Grayscale: #848484. Windows color (decimal): -7563508 or 825228. OLE color: 825228.
HSL color Cylindrical-coordinate representation of color #8C970C: hue angle of 64.75º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C970C is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 12 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.41 |
| HSL | 64.75º | 0.85% | 0.32% | - |
| HSV(B) | 64.75º | 0.92% | 0.59% | - |
| XYZ | 21.95 | 27.74 | 4.54 | - |
| YUV | 131.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 12 | 0.07 | 0 | 0.92 | 0.41 | 64.75 | 0.85 | 0.32 |
| Hex | 8C | 97 | C | 7 | 0 | 5C | 29 | 41 | 55 | 20 |
| Octal | 214 | 227 | 14 | 7 | 0 | 134 | 51 | 101 | 125 | 40 |
| Binary | 10001100 | 10010111 | 1100 | 111 | 0 | 1011100 | 101001 | 1000001 | 1010101 | 100000 |
Color Harmonies of #8C970C
Complementary color
Monochromatic Colors of #8C970C
Black with #8C970C
Text Example
Text Example
White with #8C970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C970C; }
p { color: rgb(140,151,12); }
H1.HeaderClassName
{
color: #8C970C;
}
.AnyTagClassName
{
color: #8C970C;
}
</style>
background-color css
<style>
a { background-color: #8C970C; }
a { background-color: rgb(140,151,12); }
div.DivClassName
{
background-color: #8C970C;
}
.BgClassName
{
background-color: #8C970C;
}
</style>
border-color css
<style>
span { border-color: #8C970C; }
span { border-color: rgb(140,151,12); }
td.TdClassName
{
border-color: #8C970C;
}
.TagClassName
{
border-color: #8C970C;
}
</style>