Shades of Citron #889224
Tints of Citron #889224
RGB
CMYK
RGB Variations
Color information
#889224 (or 0x889224) is known color: Citron. HEX triplet: 88, 92 and 24. RGB value is (136,146,36). Sum of RGB (Red+Green+Blue) = 136+146+36=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #889224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889224 is #776DDB. Grayscale: #828282. Windows color (decimal): -7826908 or 2396808. OLE color: 2396808.
HSL color Cylindrical-coordinate representation of color #889224: hue angle of 65.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #889224 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 36 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.43 |
| HSL | 65.45º | 0.6% | 0.36% | - |
| HSV(B) | 65.45º | 0.75% | 0.57% | - |
| XYZ | 20.75 | 25.92 | 5.58 | - |
| YUV | 130.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 36 | 0.07 | 0 | 0.75 | 0.43 | 65.45 | 0.6 | 0.36 |
| Hex | 88 | 92 | 24 | 7 | 0 | 4B | 2B | 41 | 3C | 24 |
| Octal | 210 | 222 | 44 | 7 | 0 | 113 | 53 | 101 | 74 | 44 |
| Binary | 10001000 | 10010010 | 100100 | 111 | 0 | 1001011 | 101011 | 1000001 | 111100 | 100100 |
Color Harmonies of #889224
Complementary color
Monochromatic Colors of #889224
Black with #889224
Text Example
Text Example
White with #889224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889224; }
p { color: rgb(136,146,36); }
H1.HeaderClassName
{
color: #889224;
}
.AnyTagClassName
{
color: #889224;
}
</style>
background-color css
<style>
a { background-color: #889224; }
a { background-color: rgb(136,146,36); }
div.DivClassName
{
background-color: #889224;
}
.BgClassName
{
background-color: #889224;
}
</style>
border-color css
<style>
span { border-color: #889224; }
span { border-color: rgb(136,146,36); }
td.TdClassName
{
border-color: #889224;
}
.TagClassName
{
border-color: #889224;
}
</style>