Shades of Citron #8F962C
Tints of Citron #8F962C
RGB
CMYK
RGB Variations
Color information
#8F962C (or 0x8F962C) is known color: Citron. HEX triplet: 8F, 96 and 2C. RGB value is (143,150,44). Sum of RGB (Red+Green+Blue) = 143+150+44=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #8F962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F962C is #7069D3. Grayscale: #888888. Windows color (decimal): -7367124 or 2922127. OLE color: 2922127.
HSL color Cylindrical-coordinate representation of color #8F962C: hue angle of 63.96º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F962C is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 44 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.41 |
| HSL | 63.96º | 0.55% | 0.38% | - |
| HSV(B) | 63.96º | 0.71% | 0.59% | - |
| XYZ | 22.69 | 27.83 | 6.56 | - |
| YUV | 135.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 44 | 0.05 | 0 | 0.71 | 0.41 | 63.96 | 0.55 | 0.38 |
| Hex | 8F | 96 | 2C | 5 | 0 | 47 | 29 | 40 | 37 | 26 |
| Octal | 217 | 226 | 54 | 5 | 0 | 107 | 51 | 100 | 67 | 46 |
| Binary | 10001111 | 10010110 | 101100 | 101 | 0 | 1000111 | 101001 | 1000000 | 110111 | 100110 |
Color Harmonies of #8F962C
Complementary color
Monochromatic Colors of #8F962C
Black with #8F962C
Text Example
Text Example
White with #8F962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F962C; }
p { color: rgb(143,150,44); }
H1.HeaderClassName
{
color: #8F962C;
}
.AnyTagClassName
{
color: #8F962C;
}
</style>
background-color css
<style>
a { background-color: #8F962C; }
a { background-color: rgb(143,150,44); }
div.DivClassName
{
background-color: #8F962C;
}
.BgClassName
{
background-color: #8F962C;
}
</style>
border-color css
<style>
span { border-color: #8F962C; }
span { border-color: rgb(143,150,44); }
td.TdClassName
{
border-color: #8F962C;
}
.TagClassName
{
border-color: #8F962C;
}
</style>