Shades of Citron #8F9220
Tints of Citron #8F9220
RGB
CMYK
RGB Variations
Color information
#8F9220 (or 0x8F9220) is known color: Citron. HEX triplet: 8F, 92 and 20. RGB value is (143,146,32). Sum of RGB (Red+Green+Blue) = 143+146+32=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9220 is #706DDF. Grayscale: #848484. Windows color (decimal): -7368160 or 2134671. OLE color: 2134671.
HSL color Cylindrical-coordinate representation of color #8F9220: hue angle of 61.58º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F9220 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 32 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.43 |
| HSL | 61.58º | 0.64% | 0.35% | - |
| HSV(B) | 61.58º | 0.78% | 0.57% | - |
| XYZ | 21.87 | 26.5 | 5.33 | - |
| YUV | 132.11 | 71.51 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 32 | 0.02 | 0 | 0.78 | 0.43 | 61.58 | 0.64 | 0.35 |
| Hex | 8F | 92 | 20 | 2 | 0 | 4E | 2B | 3E | 40 | 23 |
| Octal | 217 | 222 | 40 | 2 | 0 | 116 | 53 | 76 | 100 | 43 |
| Binary | 10001111 | 10010010 | 100000 | 10 | 0 | 1001110 | 101011 | 111110 | 1000000 | 100011 |
Color Harmonies of #8F9220
Complementary color
Monochromatic Colors of #8F9220
Black with #8F9220
Text Example
Text Example
White with #8F9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9220; }
p { color: rgb(143,146,32); }
H1.HeaderClassName
{
color: #8F9220;
}
.AnyTagClassName
{
color: #8F9220;
}
</style>
background-color css
<style>
a { background-color: #8F9220; }
a { background-color: rgb(143,146,32); }
div.DivClassName
{
background-color: #8F9220;
}
.BgClassName
{
background-color: #8F9220;
}
</style>
border-color css
<style>
span { border-color: #8F9220; }
span { border-color: rgb(143,146,32); }
td.TdClassName
{
border-color: #8F9220;
}
.TagClassName
{
border-color: #8F9220;
}
</style>