Shades of Citron #8F9325
Tints of Citron #8F9325
RGB
CMYK
RGB Variations
Color information
#8F9325 (or 0x8F9325) is known color: Citron. HEX triplet: 8F, 93 and 25. RGB value is (143,147,37). Sum of RGB (Red+Green+Blue) = 143+147+37=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9325 is #706CDA. Grayscale: #858585. Windows color (decimal): -7367899 or 2462607. OLE color: 2462607.
HSL color Cylindrical-coordinate representation of color #8F9325: hue angle of 62.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F9325 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 37 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.42 |
| HSL | 62.18º | 0.6% | 0.36% | - |
| HSV(B) | 62.18º | 0.75% | 0.58% | - |
| XYZ | 22.1 | 26.84 | 5.77 | - |
| YUV | 133.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 37 | 0.03 | 0 | 0.75 | 0.42 | 62.18 | 0.6 | 0.36 |
| Hex | 8F | 93 | 25 | 3 | 0 | 4B | 2A | 3E | 3C | 24 |
| Octal | 217 | 223 | 45 | 3 | 0 | 113 | 52 | 76 | 74 | 44 |
| Binary | 10001111 | 10010011 | 100101 | 11 | 0 | 1001011 | 101010 | 111110 | 111100 | 100100 |
Color Harmonies of #8F9325
Complementary color
Monochromatic Colors of #8F9325
Black with #8F9325
Text Example
Text Example
White with #8F9325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9325; }
p { color: rgb(143,147,37); }
H1.HeaderClassName
{
color: #8F9325;
}
.AnyTagClassName
{
color: #8F9325;
}
</style>
background-color css
<style>
a { background-color: #8F9325; }
a { background-color: rgb(143,147,37); }
div.DivClassName
{
background-color: #8F9325;
}
.BgClassName
{
background-color: #8F9325;
}
</style>
border-color css
<style>
span { border-color: #8F9325; }
span { border-color: rgb(143,147,37); }
td.TdClassName
{
border-color: #8F9325;
}
.TagClassName
{
border-color: #8F9325;
}
</style>