Shades of Citron #889322
Tints of Citron #889322
RGB
CMYK
RGB Variations
Color information
#889322 (or 0x889322) is known color: Citron. HEX triplet: 88, 93 and 22. RGB value is (136,147,34). Sum of RGB (Red+Green+Blue) = 136+147+34=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #889322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889322 is #776CDD. Grayscale: #838383. Windows color (decimal): -7826654 or 2265992. OLE color: 2265992.
HSL color Cylindrical-coordinate representation of color #889322: hue angle of 65.84º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #889322 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 147 | 34 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.42 |
| HSL | 65.84º | 0.62% | 0.35% | - |
| HSV(B) | 65.84º | 0.77% | 0.58% | - |
| XYZ | 20.88 | 26.22 | 5.47 | - |
| YUV | 130.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 34 | 0.07 | 0 | 0.77 | 0.42 | 65.84 | 0.62 | 0.35 |
| Hex | 88 | 93 | 22 | 7 | 0 | 4D | 2A | 42 | 3E | 23 |
| Octal | 210 | 223 | 42 | 7 | 0 | 115 | 52 | 102 | 76 | 43 |
| Binary | 10001000 | 10010011 | 100010 | 111 | 0 | 1001101 | 101010 | 1000010 | 111110 | 100011 |
Color Harmonies of #889322
Complementary color
Monochromatic Colors of #889322
Black with #889322
Text Example
Text Example
White with #889322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889322; }
p { color: rgb(136,147,34); }
H1.HeaderClassName
{
color: #889322;
}
.AnyTagClassName
{
color: #889322;
}
</style>
background-color css
<style>
a { background-color: #889322; }
a { background-color: rgb(136,147,34); }
div.DivClassName
{
background-color: #889322;
}
.BgClassName
{
background-color: #889322;
}
</style>
border-color css
<style>
span { border-color: #889322; }
span { border-color: rgb(136,147,34); }
td.TdClassName
{
border-color: #889322;
}
.TagClassName
{
border-color: #889322;
}
</style>