Shades of Citron #8F9327
Tints of Citron #8F9327
RGB
CMYK
RGB Variations
Color information
#8F9327 (or 0x8F9327) is known color: Citron. HEX triplet: 8F, 93 and 27. RGB value is (143,147,39). Sum of RGB (Red+Green+Blue) = 143+147+39=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9327 is #706CD8. Grayscale: #858585. Windows color (decimal): -7367897 or 2593679. OLE color: 2593679.
HSL color Cylindrical-coordinate representation of color #8F9327: hue angle of 62.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F9327 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 39 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.42 |
| HSL | 62.22º | 0.58% | 0.36% | - |
| HSV(B) | 62.22º | 0.73% | 0.58% | - |
| XYZ | 22.13 | 26.85 | 5.94 | - |
| YUV | 133.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 39 | 0.03 | 0 | 0.73 | 0.42 | 62.22 | 0.58 | 0.36 |
| Hex | 8F | 93 | 27 | 3 | 0 | 49 | 2A | 3E | 3A | 24 |
| Octal | 217 | 223 | 47 | 3 | 0 | 111 | 52 | 76 | 72 | 44 |
| Binary | 10001111 | 10010011 | 100111 | 11 | 0 | 1001001 | 101010 | 111110 | 111010 | 100100 |
Color Harmonies of #8F9327
Complementary color
Monochromatic Colors of #8F9327
Black with #8F9327
Text Example
Text Example
White with #8F9327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9327; }
p { color: rgb(143,147,39); }
H1.HeaderClassName
{
color: #8F9327;
}
.AnyTagClassName
{
color: #8F9327;
}
</style>
background-color css
<style>
a { background-color: #8F9327; }
a { background-color: rgb(143,147,39); }
div.DivClassName
{
background-color: #8F9327;
}
.BgClassName
{
background-color: #8F9327;
}
</style>
border-color css
<style>
span { border-color: #8F9327; }
span { border-color: rgb(143,147,39); }
td.TdClassName
{
border-color: #8F9327;
}
.TagClassName
{
border-color: #8F9327;
}
</style>