Shades of Citron #889524
Tints of Citron #889524
RGB
CMYK
RGB Variations
Color information
#889524 (or 0x889524) is known color: Citron. HEX triplet: 88, 95 and 24. RGB value is (136,149,36). Sum of RGB (Red+Green+Blue) = 136+149+36=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #889524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889524 is #776ADB. Grayscale: #848484. Windows color (decimal): -7826140 or 2397576. OLE color: 2397576.
HSL color Cylindrical-coordinate representation of color #889524: hue angle of 66.9º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #889524 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 36 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.42 |
| HSL | 66.9º | 0.61% | 0.36% | - |
| HSV(B) | 66.9º | 0.76% | 0.58% | - |
| XYZ | 21.22 | 26.86 | 5.73 | - |
| YUV | 132.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 36 | 0.09 | 0 | 0.76 | 0.42 | 66.9 | 0.61 | 0.36 |
| Hex | 88 | 95 | 24 | 9 | 0 | 4C | 2A | 43 | 3D | 24 |
| Octal | 210 | 225 | 44 | 11 | 0 | 114 | 52 | 103 | 75 | 44 |
| Binary | 10001000 | 10010101 | 100100 | 1001 | 0 | 1001100 | 101010 | 1000011 | 111101 | 100100 |
Color Harmonies of #889524
Complementary color
Monochromatic Colors of #889524
Black with #889524
Text Example
Text Example
White with #889524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889524; }
p { color: rgb(136,149,36); }
H1.HeaderClassName
{
color: #889524;
}
.AnyTagClassName
{
color: #889524;
}
</style>
background-color css
<style>
a { background-color: #889524; }
a { background-color: rgb(136,149,36); }
div.DivClassName
{
background-color: #889524;
}
.BgClassName
{
background-color: #889524;
}
</style>
border-color css
<style>
span { border-color: #889524; }
span { border-color: rgb(136,149,36); }
td.TdClassName
{
border-color: #889524;
}
.TagClassName
{
border-color: #889524;
}
</style>