Shades of Citron #8F971B
Tints of Citron #8F971B
RGB
CMYK
RGB Variations
Color information
#8F971B (or 0x8F971B) is known color: Citron. HEX triplet: 8F, 97 and 1B. RGB value is (143,151,27). Sum of RGB (Red+Green+Blue) = 143+151+27=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #8F971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F971B is #7068E4. Grayscale: #868686. Windows color (decimal): -7366885 or 1808271. OLE color: 1808271.
HSL color Cylindrical-coordinate representation of color #8F971B: hue angle of 63.87º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F971B is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 27 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.41 |
| HSL | 63.87º | 0.7% | 0.35% | - |
| HSV(B) | 63.87º | 0.82% | 0.59% | - |
| XYZ | 22.59 | 28.05 | 5.26 | - |
| YUV | 134.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 27 | 0.05 | 0 | 0.82 | 0.41 | 63.87 | 0.7 | 0.35 |
| Hex | 8F | 97 | 1B | 5 | 0 | 52 | 29 | 40 | 46 | 23 |
| Octal | 217 | 227 | 33 | 5 | 0 | 122 | 51 | 100 | 106 | 43 |
| Binary | 10001111 | 10010111 | 11011 | 101 | 0 | 1010010 | 101001 | 1000000 | 1000110 | 100011 |
Color Harmonies of #8F971B
Complementary color
Monochromatic Colors of #8F971B
Black with #8F971B
Text Example
Text Example
White with #8F971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F971B; }
p { color: rgb(143,151,27); }
H1.HeaderClassName
{
color: #8F971B;
}
.AnyTagClassName
{
color: #8F971B;
}
</style>
background-color css
<style>
a { background-color: #8F971B; }
a { background-color: rgb(143,151,27); }
div.DivClassName
{
background-color: #8F971B;
}
.BgClassName
{
background-color: #8F971B;
}
</style>
border-color css
<style>
span { border-color: #8F971B; }
span { border-color: rgb(143,151,27); }
td.TdClassName
{
border-color: #8F971B;
}
.TagClassName
{
border-color: #8F971B;
}
</style>