Shades of Citron #8F9223
Tints of Citron #8F9223
RGB
CMYK
RGB Variations
Color information
#8F9223 (or 0x8F9223) is known color: Citron. HEX triplet: 8F, 92 and 23. RGB value is (143,146,35). Sum of RGB (Red+Green+Blue) = 143+146+35=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9223 is #706DDC. Grayscale: #848484. Windows color (decimal): -7368157 or 2331279. OLE color: 2331279.
HSL color Cylindrical-coordinate representation of color #8F9223: hue angle of 61.62º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F9223 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 35 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.43 |
| HSL | 61.62º | 0.61% | 0.35% | - |
| HSV(B) | 61.62º | 0.76% | 0.57% | - |
| XYZ | 21.91 | 26.52 | 5.55 | - |
| YUV | 132.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 35 | 0.02 | 0 | 0.76 | 0.43 | 61.62 | 0.61 | 0.35 |
| Hex | 8F | 92 | 23 | 2 | 0 | 4C | 2B | 3E | 3D | 23 |
| Octal | 217 | 222 | 43 | 2 | 0 | 114 | 53 | 76 | 75 | 43 |
| Binary | 10001111 | 10010010 | 100011 | 10 | 0 | 1001100 | 101011 | 111110 | 111101 | 100011 |
Color Harmonies of #8F9223
Complementary color
Monochromatic Colors of #8F9223
Black with #8F9223
Text Example
Text Example
White with #8F9223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9223; }
p { color: rgb(143,146,35); }
H1.HeaderClassName
{
color: #8F9223;
}
.AnyTagClassName
{
color: #8F9223;
}
</style>
background-color css
<style>
a { background-color: #8F9223; }
a { background-color: rgb(143,146,35); }
div.DivClassName
{
background-color: #8F9223;
}
.BgClassName
{
background-color: #8F9223;
}
</style>
border-color css
<style>
span { border-color: #8F9223; }
span { border-color: rgb(143,146,35); }
td.TdClassName
{
border-color: #8F9223;
}
.TagClassName
{
border-color: #8F9223;
}
</style>