Shades of Citron #8F9528
Tints of Citron #8F9528
RGB
CMYK
RGB Variations
Color information
#8F9528 (or 0x8F9528) is known color: Citron. HEX triplet: 8F, 95 and 28. RGB value is (143,149,40). Sum of RGB (Red+Green+Blue) = 143+149+40=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9528 is #706AD7. Grayscale: #878787. Windows color (decimal): -7367384 or 2659727. OLE color: 2659727.
HSL color Cylindrical-coordinate representation of color #8F9528: hue angle of 63.3º degrees, saturation: 0.58, 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 #8F9528 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 40 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.42 |
| HSL | 63.3º | 0.58% | 0.37% | - |
| HSV(B) | 63.3º | 0.73% | 0.58% | - |
| XYZ | 22.46 | 27.49 | 6.13 | - |
| YUV | 134.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 40 | 0.04 | 0 | 0.73 | 0.42 | 63.3 | 0.58 | 0.37 |
| Hex | 8F | 95 | 28 | 4 | 0 | 49 | 2A | 3F | 3A | 25 |
| Octal | 217 | 225 | 50 | 4 | 0 | 111 | 52 | 77 | 72 | 45 |
| Binary | 10001111 | 10010101 | 101000 | 100 | 0 | 1001001 | 101010 | 111111 | 111010 | 100101 |
Color Harmonies of #8F9528
Complementary color
Monochromatic Colors of #8F9528
Black with #8F9528
Text Example
Text Example
White with #8F9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9528; }
p { color: rgb(143,149,40); }
H1.HeaderClassName
{
color: #8F9528;
}
.AnyTagClassName
{
color: #8F9528;
}
</style>
background-color css
<style>
a { background-color: #8F9528; }
a { background-color: rgb(143,149,40); }
div.DivClassName
{
background-color: #8F9528;
}
.BgClassName
{
background-color: #8F9528;
}
</style>
border-color css
<style>
span { border-color: #8F9528; }
span { border-color: rgb(143,149,40); }
td.TdClassName
{
border-color: #8F9528;
}
.TagClassName
{
border-color: #8F9528;
}
</style>