Shades of Citron #889216
Tints of Citron #889216
RGB
CMYK
RGB Variations
Color information
#889216 (or 0x889216) is known color: Citron. HEX triplet: 88, 92 and 16. RGB value is (136,146,22). Sum of RGB (Red+Green+Blue) = 136+146+22=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #889216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889216 is #776DE9. Grayscale: #818181. Windows color (decimal): -7826922 or 1479304. OLE color: 1479304.
HSL color Cylindrical-coordinate representation of color #889216: hue angle of 64.84º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #889216 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 22 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.43 |
| HSL | 64.84º | 0.74% | 0.33% | - |
| HSV(B) | 64.84º | 0.85% | 0.57% | - |
| XYZ | 20.58 | 25.85 | 4.66 | - |
| YUV | 128.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 22 | 0.07 | 0 | 0.85 | 0.43 | 64.84 | 0.74 | 0.33 |
| Hex | 88 | 92 | 16 | 7 | 0 | 55 | 2B | 41 | 4A | 21 |
| Octal | 210 | 222 | 26 | 7 | 0 | 125 | 53 | 101 | 112 | 41 |
| Binary | 10001000 | 10010010 | 10110 | 111 | 0 | 1010101 | 101011 | 1000001 | 1001010 | 100001 |
Color Harmonies of #889216
Complementary color
Monochromatic Colors of #889216
Black with #889216
Text Example
Text Example
White with #889216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889216; }
p { color: rgb(136,146,22); }
H1.HeaderClassName
{
color: #889216;
}
.AnyTagClassName
{
color: #889216;
}
</style>
background-color css
<style>
a { background-color: #889216; }
a { background-color: rgb(136,146,22); }
div.DivClassName
{
background-color: #889216;
}
.BgClassName
{
background-color: #889216;
}
</style>
border-color css
<style>
span { border-color: #889216; }
span { border-color: rgb(136,146,22); }
td.TdClassName
{
border-color: #889216;
}
.TagClassName
{
border-color: #889216;
}
</style>