Shades of Citron #8F970C
Tints of Citron #8F970C
RGB
CMYK
RGB Variations
Color information
#8F970C (or 0x8F970C) is known color: Citron. HEX triplet: 8F, 97 and 0C. RGB value is (143,151,12). Sum of RGB (Red+Green+Blue) = 143+151+12=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #8F970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F970C is #7068F3. Grayscale: #858585. Windows color (decimal): -7366900 or 825231. OLE color: 825231.
HSL color Cylindrical-coordinate representation of color #8F970C: hue angle of 63.45º 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 #8F970C is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 12 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.41 |
| HSL | 63.45º | 0.85% | 0.32% | - |
| HSV(B) | 63.45º | 0.92% | 0.59% | - |
| XYZ | 22.46 | 28 | 4.57 | - |
| YUV | 132.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 12 | 0.05 | 0 | 0.92 | 0.41 | 63.45 | 0.85 | 0.32 |
| Hex | 8F | 97 | C | 5 | 0 | 5C | 29 | 3F | 55 | 20 |
| Octal | 217 | 227 | 14 | 5 | 0 | 134 | 51 | 77 | 125 | 40 |
| Binary | 10001111 | 10010111 | 1100 | 101 | 0 | 1011100 | 101001 | 111111 | 1010101 | 100000 |
Color Harmonies of #8F970C
Complementary color
Monochromatic Colors of #8F970C
Black with #8F970C
Text Example
Text Example
White with #8F970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F970C; }
p { color: rgb(143,151,12); }
H1.HeaderClassName
{
color: #8F970C;
}
.AnyTagClassName
{
color: #8F970C;
}
</style>
background-color css
<style>
a { background-color: #8F970C; }
a { background-color: rgb(143,151,12); }
div.DivClassName
{
background-color: #8F970C;
}
.BgClassName
{
background-color: #8F970C;
}
</style>
border-color css
<style>
span { border-color: #8F970C; }
span { border-color: rgb(143,151,12); }
td.TdClassName
{
border-color: #8F970C;
}
.TagClassName
{
border-color: #8F970C;
}
</style>