Shades of Citron #8F9326
Tints of Citron #8F9326
RGB
CMYK
RGB Variations
Color information
#8F9326 (or 0x8F9326) is known color: Citron. HEX triplet: 8F, 93 and 26. RGB value is (143,147,38). Sum of RGB (Red+Green+Blue) = 143+147+38=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9326 is #706CD9. Grayscale: #858585. Windows color (decimal): -7367898 or 2528143. OLE color: 2528143.
HSL color Cylindrical-coordinate representation of color #8F9326: hue angle of 62.2º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F9326 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 38 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.42 |
| HSL | 62.2º | 0.59% | 0.36% | - |
| HSV(B) | 62.2º | 0.74% | 0.58% | - |
| XYZ | 22.11 | 26.85 | 5.85 | - |
| YUV | 133.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 38 | 0.03 | 0 | 0.74 | 0.42 | 62.2 | 0.59 | 0.36 |
| Hex | 8F | 93 | 26 | 3 | 0 | 4A | 2A | 3E | 3B | 24 |
| Octal | 217 | 223 | 46 | 3 | 0 | 112 | 52 | 76 | 73 | 44 |
| Binary | 10001111 | 10010011 | 100110 | 11 | 0 | 1001010 | 101010 | 111110 | 111011 | 100100 |
Color Harmonies of #8F9326
Complementary color
Monochromatic Colors of #8F9326
Black with #8F9326
Text Example
Text Example
White with #8F9326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9326; }
p { color: rgb(143,147,38); }
H1.HeaderClassName
{
color: #8F9326;
}
.AnyTagClassName
{
color: #8F9326;
}
</style>
background-color css
<style>
a { background-color: #8F9326; }
a { background-color: rgb(143,147,38); }
div.DivClassName
{
background-color: #8F9326;
}
.BgClassName
{
background-color: #8F9326;
}
</style>
border-color css
<style>
span { border-color: #8F9326; }
span { border-color: rgb(143,147,38); }
td.TdClassName
{
border-color: #8F9326;
}
.TagClassName
{
border-color: #8F9326;
}
</style>