Shades of Citron #8F9619
Tints of Citron #8F9619
RGB
CMYK
RGB Variations
Color information
#8F9619 (or 0x8F9619) is known color: Citron. HEX triplet: 8F, 96 and 19. RGB value is (143,150,25). Sum of RGB (Red+Green+Blue) = 143+150+25=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9619 is #7069E6. Grayscale: #868686. Windows color (decimal): -7367143 or 1676943. OLE color: 1676943.
HSL color Cylindrical-coordinate representation of color #8F9619: hue angle of 63.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F9619 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 25 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.41 |
| HSL | 63.36º | 0.71% | 0.34% | - |
| HSV(B) | 63.36º | 0.83% | 0.59% | - |
| XYZ | 22.41 | 27.72 | 5.09 | - |
| YUV | 133.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 25 | 0.05 | 0 | 0.83 | 0.41 | 63.36 | 0.71 | 0.34 |
| Hex | 8F | 96 | 19 | 5 | 0 | 53 | 29 | 3F | 47 | 22 |
| Octal | 217 | 226 | 31 | 5 | 0 | 123 | 51 | 77 | 107 | 42 |
| Binary | 10001111 | 10010110 | 11001 | 101 | 0 | 1010011 | 101001 | 111111 | 1000111 | 100010 |
Color Harmonies of #8F9619
Complementary color
Monochromatic Colors of #8F9619
Black with #8F9619
Text Example
Text Example
White with #8F9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9619; }
p { color: rgb(143,150,25); }
H1.HeaderClassName
{
color: #8F9619;
}
.AnyTagClassName
{
color: #8F9619;
}
</style>
background-color css
<style>
a { background-color: #8F9619; }
a { background-color: rgb(143,150,25); }
div.DivClassName
{
background-color: #8F9619;
}
.BgClassName
{
background-color: #8F9619;
}
</style>
border-color css
<style>
span { border-color: #8F9619; }
span { border-color: rgb(143,150,25); }
td.TdClassName
{
border-color: #8F9619;
}
.TagClassName
{
border-color: #8F9619;
}
</style>