Shades of Citron #8F970B
Tints of Citron #8F970B
RGB
CMYK
RGB Variations
Color information
#8F970B (or 0x8F970B) is known color: Citron. HEX triplet: 8F, 97 and 0B. RGB value is (143,151,11). Sum of RGB (Red+Green+Blue) = 143+151+11=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #8F970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F970B is #7068F4. Grayscale: #858585. Windows color (decimal): -7366901 or 759695. OLE color: 759695.
HSL color Cylindrical-coordinate representation of color #8F970B: hue angle of 63.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F970B is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 11 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.41 |
| HSL | 63.43º | 0.86% | 0.32% | - |
| HSV(B) | 63.43º | 0.93% | 0.59% | - |
| XYZ | 22.45 | 28 | 4.54 | - |
| YUV | 132.65 | 59.35 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 11 | 0.05 | 0 | 0.93 | 0.41 | 63.43 | 0.86 | 0.32 |
| Hex | 8F | 97 | B | 5 | 0 | 5D | 29 | 3F | 56 | 20 |
| Octal | 217 | 227 | 13 | 5 | 0 | 135 | 51 | 77 | 126 | 40 |
| Binary | 10001111 | 10010111 | 1011 | 101 | 0 | 1011101 | 101001 | 111111 | 1010110 | 100000 |
Color Harmonies of #8F970B
Complementary color
Monochromatic Colors of #8F970B
Black with #8F970B
Text Example
Text Example
White with #8F970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F970B; }
p { color: rgb(143,151,11); }
H1.HeaderClassName
{
color: #8F970B;
}
.AnyTagClassName
{
color: #8F970B;
}
</style>
background-color css
<style>
a { background-color: #8F970B; }
a { background-color: rgb(143,151,11); }
div.DivClassName
{
background-color: #8F970B;
}
.BgClassName
{
background-color: #8F970B;
}
</style>
border-color css
<style>
span { border-color: #8F970B; }
span { border-color: rgb(143,151,11); }
td.TdClassName
{
border-color: #8F970B;
}
.TagClassName
{
border-color: #8F970B;
}
</style>