Shades of Citron #8F902C
Tints of Citron #8F902C
RGB
CMYK
RGB Variations
Color information
#8F902C (or 0x8F902C) is known color: Citron. HEX triplet: 8F, 90 and 2C. RGB value is (143,144,44). Sum of RGB (Red+Green+Blue) = 143+144+44=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #8F902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F902C is #706FD3. Grayscale: #848484. Windows color (decimal): -7368660 or 2920591. OLE color: 2920591.
HSL color Cylindrical-coordinate representation of color #8F902C: hue angle of 60.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F902C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 44 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.44 |
| HSL | 60.6º | 0.53% | 0.37% | - |
| HSV(B) | 60.6º | 0.69% | 0.56% | - |
| XYZ | 21.76 | 25.97 | 6.25 | - |
| YUV | 132.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 44 | 0.01 | 0 | 0.69 | 0.44 | 60.6 | 0.53 | 0.37 |
| Hex | 8F | 90 | 2C | 1 | 0 | 45 | 2C | 3D | 35 | 25 |
| Octal | 217 | 220 | 54 | 1 | 0 | 105 | 54 | 75 | 65 | 45 |
| Binary | 10001111 | 10010000 | 101100 | 1 | 0 | 1000101 | 101100 | 111101 | 110101 | 100101 |
Color Harmonies of #8F902C
Complementary color
Monochromatic Colors of #8F902C
Black with #8F902C
Text Example
Text Example
White with #8F902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F902C; }
p { color: rgb(143,144,44); }
H1.HeaderClassName
{
color: #8F902C;
}
.AnyTagClassName
{
color: #8F902C;
}
</style>
background-color css
<style>
a { background-color: #8F902C; }
a { background-color: rgb(143,144,44); }
div.DivClassName
{
background-color: #8F902C;
}
.BgClassName
{
background-color: #8F902C;
}
</style>
border-color css
<style>
span { border-color: #8F902C; }
span { border-color: rgb(143,144,44); }
td.TdClassName
{
border-color: #8F902C;
}
.TagClassName
{
border-color: #8F902C;
}
</style>