Shades of Citron #8F952C
Tints of Citron #8F952C
RGB
CMYK
RGB Variations
Color information
#8F952C (or 0x8F952C) is known color: Citron. HEX triplet: 8F, 95 and 2C. RGB value is (143,149,44). Sum of RGB (Red+Green+Blue) = 143+149+44=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #8F952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F952C is #706AD3. Grayscale: #878787. Windows color (decimal): -7367380 or 2921871. OLE color: 2921871.
HSL color Cylindrical-coordinate representation of color #8F952C: hue angle of 63.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F952C is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 44 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.42 |
| HSL | 63.43º | 0.54% | 0.38% | - |
| HSV(B) | 63.43º | 0.7% | 0.58% | - |
| XYZ | 22.53 | 27.52 | 6.51 | - |
| YUV | 135.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 44 | 0.04 | 0 | 0.70 | 0.42 | 63.43 | 0.54 | 0.38 |
| Hex | 8F | 95 | 2C | 4 | 0 | 46 | 2A | 3F | 36 | 26 |
| Octal | 217 | 225 | 54 | 4 | 0 | 106 | 52 | 77 | 66 | 46 |
| Binary | 10001111 | 10010101 | 101100 | 100 | 0 | 1000110 | 101010 | 111111 | 110110 | 100110 |
Color Harmonies of #8F952C
Complementary color
Monochromatic Colors of #8F952C
Black with #8F952C
Text Example
Text Example
White with #8F952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F952C; }
p { color: rgb(143,149,44); }
H1.HeaderClassName
{
color: #8F952C;
}
.AnyTagClassName
{
color: #8F952C;
}
</style>
background-color css
<style>
a { background-color: #8F952C; }
a { background-color: rgb(143,149,44); }
div.DivClassName
{
background-color: #8F952C;
}
.BgClassName
{
background-color: #8F952C;
}
</style>
border-color css
<style>
span { border-color: #8F952C; }
span { border-color: rgb(143,149,44); }
td.TdClassName
{
border-color: #8F952C;
}
.TagClassName
{
border-color: #8F952C;
}
</style>