Shades of Citron #889F25
Tints of Citron #889F25
RGB
CMYK
RGB Variations
Color information
#889F25 (or 0x889F25) is known color: Citron. HEX triplet: 88, 9F and 25. RGB value is (136,159,37). Sum of RGB (Red+Green+Blue) = 136+159+37=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #889F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889F25 is #7760DA. Grayscale: #8A8A8A. Windows color (decimal): -7823579 or 2465672. OLE color: 2465672.
HSL color Cylindrical-coordinate representation of color #889F25: hue angle of 71.31º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #889F25 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 37 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.38 |
| HSL | 71.31º | 0.62% | 0.38% | - |
| HSV(B) | 71.31º | 0.77% | 0.62% | - |
| XYZ | 22.89 | 30.16 | 6.37 | - |
| YUV | 138.22 | 70.88 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 37 | 0.14 | 0 | 0.77 | 0.38 | 71.31 | 0.62 | 0.38 |
| Hex | 88 | 9F | 25 | E | 0 | 4D | 26 | 47 | 3E | 26 |
| Octal | 210 | 237 | 45 | 16 | 0 | 115 | 46 | 107 | 76 | 46 |
| Binary | 10001000 | 10011111 | 100101 | 1110 | 0 | 1001101 | 100110 | 1000111 | 111110 | 100110 |
Color Harmonies of #889F25
Complementary color
Monochromatic Colors of #889F25
Black with #889F25
Text Example
Text Example
White with #889F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F25; }
p { color: rgb(136,159,37); }
H1.HeaderClassName
{
color: #889F25;
}
.AnyTagClassName
{
color: #889F25;
}
</style>
background-color css
<style>
a { background-color: #889F25; }
a { background-color: rgb(136,159,37); }
div.DivClassName
{
background-color: #889F25;
}
.BgClassName
{
background-color: #889F25;
}
</style>
border-color css
<style>
span { border-color: #889F25; }
span { border-color: rgb(136,159,37); }
td.TdClassName
{
border-color: #889F25;
}
.TagClassName
{
border-color: #889F25;
}
</style>