Shades of Citron #889116
Tints of Citron #889116
RGB
CMYK
RGB Variations
Color information
#889116 (or 0x889116) is known color: Citron. HEX triplet: 88, 91 and 16. RGB value is (136,145,22). Sum of RGB (Red+Green+Blue) = 136+145+22=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #889116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889116 is #776EE9. Grayscale: #808080. Windows color (decimal): -7827178 or 1479048. OLE color: 1479048.
HSL color Cylindrical-coordinate representation of color #889116: hue angle of 64.39º 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 #889116 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 22 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.43 |
| HSL | 64.39º | 0.74% | 0.33% | - |
| HSV(B) | 64.39º | 0.85% | 0.57% | - |
| XYZ | 20.42 | 25.54 | 4.61 | - |
| YUV | 128.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 22 | 0.06 | 0 | 0.85 | 0.43 | 64.39 | 0.74 | 0.33 |
| Hex | 88 | 91 | 16 | 6 | 0 | 55 | 2B | 40 | 4A | 21 |
| Octal | 210 | 221 | 26 | 6 | 0 | 125 | 53 | 100 | 112 | 41 |
| Binary | 10001000 | 10010001 | 10110 | 110 | 0 | 1010101 | 101011 | 1000000 | 1001010 | 100001 |
Color Harmonies of #889116
Complementary color
Monochromatic Colors of #889116
Black with #889116
Text Example
Text Example
White with #889116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889116; }
p { color: rgb(136,145,22); }
H1.HeaderClassName
{
color: #889116;
}
.AnyTagClassName
{
color: #889116;
}
</style>
background-color css
<style>
a { background-color: #889116; }
a { background-color: rgb(136,145,22); }
div.DivClassName
{
background-color: #889116;
}
.BgClassName
{
background-color: #889116;
}
</style>
border-color css
<style>
span { border-color: #889116; }
span { border-color: rgb(136,145,22); }
td.TdClassName
{
border-color: #889116;
}
.TagClassName
{
border-color: #889116;
}
</style>