Shades of Citron #8F942C
Tints of Citron #8F942C
RGB
CMYK
RGB Variations
Color information
#8F942C (or 0x8F942C) is known color: Citron. HEX triplet: 8F, 94 and 2C. RGB value is (143,148,44). Sum of RGB (Red+Green+Blue) = 143+148+44=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #8F942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F942C is #706BD3. Grayscale: #878787. Windows color (decimal): -7367636 or 2921615. OLE color: 2921615.
HSL color Cylindrical-coordinate representation of color #8F942C: hue angle of 62.88º 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 #8F942C is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 44 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.42 |
| HSL | 62.88º | 0.54% | 0.38% | - |
| HSV(B) | 62.88º | 0.7% | 0.58% | - |
| XYZ | 22.37 | 27.2 | 6.45 | - |
| YUV | 134.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 44 | 0.03 | 0 | 0.70 | 0.42 | 62.88 | 0.54 | 0.38 |
| Hex | 8F | 94 | 2C | 3 | 0 | 46 | 2A | 3F | 36 | 26 |
| Octal | 217 | 224 | 54 | 3 | 0 | 106 | 52 | 77 | 66 | 46 |
| Binary | 10001111 | 10010100 | 101100 | 11 | 0 | 1000110 | 101010 | 111111 | 110110 | 100110 |
Color Harmonies of #8F942C
Complementary color
Monochromatic Colors of #8F942C
Black with #8F942C
Text Example
Text Example
White with #8F942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F942C; }
p { color: rgb(143,148,44); }
H1.HeaderClassName
{
color: #8F942C;
}
.AnyTagClassName
{
color: #8F942C;
}
</style>
background-color css
<style>
a { background-color: #8F942C; }
a { background-color: rgb(143,148,44); }
div.DivClassName
{
background-color: #8F942C;
}
.BgClassName
{
background-color: #8F942C;
}
</style>
border-color css
<style>
span { border-color: #8F942C; }
span { border-color: rgb(143,148,44); }
td.TdClassName
{
border-color: #8F942C;
}
.TagClassName
{
border-color: #8F942C;
}
</style>