Shades of Citron #8F9328
Tints of Citron #8F9328
RGB
CMYK
RGB Variations
Color information
#8F9328 (or 0x8F9328) is known color: Citron. HEX triplet: 8F, 93 and 28. RGB value is (143,147,40). Sum of RGB (Red+Green+Blue) = 143+147+40=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9328 is #706CD7. Grayscale: #868686. Windows color (decimal): -7367896 or 2659215. OLE color: 2659215.
HSL color Cylindrical-coordinate representation of color #8F9328: hue angle of 62.24º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F9328 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 40 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.42 |
| HSL | 62.24º | 0.57% | 0.37% | - |
| HSV(B) | 62.24º | 0.73% | 0.58% | - |
| XYZ | 22.14 | 26.86 | 6.02 | - |
| YUV | 133.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 40 | 0.03 | 0 | 0.73 | 0.42 | 62.24 | 0.57 | 0.37 |
| Hex | 8F | 93 | 28 | 3 | 0 | 49 | 2A | 3E | 39 | 25 |
| Octal | 217 | 223 | 50 | 3 | 0 | 111 | 52 | 76 | 71 | 45 |
| Binary | 10001111 | 10010011 | 101000 | 11 | 0 | 1001001 | 101010 | 111110 | 111001 | 100101 |
Color Harmonies of #8F9328
Complementary color
Monochromatic Colors of #8F9328
Black with #8F9328
Text Example
Text Example
White with #8F9328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9328; }
p { color: rgb(143,147,40); }
H1.HeaderClassName
{
color: #8F9328;
}
.AnyTagClassName
{
color: #8F9328;
}
</style>
background-color css
<style>
a { background-color: #8F9328; }
a { background-color: rgb(143,147,40); }
div.DivClassName
{
background-color: #8F9328;
}
.BgClassName
{
background-color: #8F9328;
}
</style>
border-color css
<style>
span { border-color: #8F9328; }
span { border-color: rgb(143,147,40); }
td.TdClassName
{
border-color: #8F9328;
}
.TagClassName
{
border-color: #8F9328;
}
</style>