Shades of Citron #8F962E
Tints of Citron #8F962E
RGB
CMYK
RGB Variations
Color information
#8F962E (or 0x8F962E) is known color: Citron. HEX triplet: 8F, 96 and 2E. RGB value is (143,150,46). Sum of RGB (Red+Green+Blue) = 143+150+46=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #8F962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F962E is #7069D1. Grayscale: #888888. Windows color (decimal): -7367122 or 3053199. OLE color: 3053199.
HSL color Cylindrical-coordinate representation of color #8F962E: hue angle of 64.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F962E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 46 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.41 |
| HSL | 64.04º | 0.53% | 0.38% | - |
| HSV(B) | 64.04º | 0.69% | 0.59% | - |
| XYZ | 22.73 | 27.85 | 6.76 | - |
| YUV | 136.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 46 | 0.05 | 0 | 0.69 | 0.41 | 64.04 | 0.53 | 0.38 |
| Hex | 8F | 96 | 2E | 5 | 0 | 45 | 29 | 40 | 35 | 26 |
| Octal | 217 | 226 | 56 | 5 | 0 | 105 | 51 | 100 | 65 | 46 |
| Binary | 10001111 | 10010110 | 101110 | 101 | 0 | 1000101 | 101001 | 1000000 | 110101 | 100110 |
Color Harmonies of #8F962E
Complementary color
Monochromatic Colors of #8F962E
Black with #8F962E
Text Example
Text Example
White with #8F962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F962E; }
p { color: rgb(143,150,46); }
H1.HeaderClassName
{
color: #8F962E;
}
.AnyTagClassName
{
color: #8F962E;
}
</style>
background-color css
<style>
a { background-color: #8F962E; }
a { background-color: rgb(143,150,46); }
div.DivClassName
{
background-color: #8F962E;
}
.BgClassName
{
background-color: #8F962E;
}
</style>
border-color css
<style>
span { border-color: #8F962E; }
span { border-color: rgb(143,150,46); }
td.TdClassName
{
border-color: #8F962E;
}
.TagClassName
{
border-color: #8F962E;
}
</style>