Shades of Citron #8F9226
Tints of Citron #8F9226
RGB
CMYK
RGB Variations
Color information
#8F9226 (or 0x8F9226) is known color: Citron. HEX triplet: 8F, 92 and 26. RGB value is (143,146,38). Sum of RGB (Red+Green+Blue) = 143+146+38=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9226 is #706DD9. Grayscale: #858585. Windows color (decimal): -7368154 or 2527887. OLE color: 2527887.
HSL color Cylindrical-coordinate representation of color #8F9226: hue angle of 61.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F9226 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 38 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.43 |
| HSL | 61.67º | 0.59% | 0.36% | - |
| HSV(B) | 61.67º | 0.74% | 0.57% | - |
| XYZ | 21.96 | 26.54 | 5.8 | - |
| YUV | 132.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 38 | 0.02 | 0 | 0.74 | 0.43 | 61.67 | 0.59 | 0.36 |
| Hex | 8F | 92 | 26 | 2 | 0 | 4A | 2B | 3E | 3B | 24 |
| Octal | 217 | 222 | 46 | 2 | 0 | 112 | 53 | 76 | 73 | 44 |
| Binary | 10001111 | 10010010 | 100110 | 10 | 0 | 1001010 | 101011 | 111110 | 111011 | 100100 |
Color Harmonies of #8F9226
Complementary color
Monochromatic Colors of #8F9226
Black with #8F9226
Text Example
Text Example
White with #8F9226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9226; }
p { color: rgb(143,146,38); }
H1.HeaderClassName
{
color: #8F9226;
}
.AnyTagClassName
{
color: #8F9226;
}
</style>
background-color css
<style>
a { background-color: #8F9226; }
a { background-color: rgb(143,146,38); }
div.DivClassName
{
background-color: #8F9226;
}
.BgClassName
{
background-color: #8F9226;
}
</style>
border-color css
<style>
span { border-color: #8F9226; }
span { border-color: rgb(143,146,38); }
td.TdClassName
{
border-color: #8F9226;
}
.TagClassName
{
border-color: #8F9226;
}
</style>