Shades of Citron #889223
Tints of Citron #889223
RGB
CMYK
RGB Variations
Color information
#889223 (or 0x889223) is known color: Citron. HEX triplet: 88, 92 and 23. RGB value is (136,146,35). Sum of RGB (Red+Green+Blue) = 136+146+35=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #889223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889223 is #776DDC. Grayscale: #828282. Windows color (decimal): -7826909 or 2331272. OLE color: 2331272.
HSL color Cylindrical-coordinate representation of color #889223: hue angle of 65.41º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #889223 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 35 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.43 |
| HSL | 65.41º | 0.61% | 0.35% | - |
| HSV(B) | 65.41º | 0.76% | 0.57% | - |
| XYZ | 20.74 | 25.91 | 5.5 | - |
| YUV | 130.36 | 74.19 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 35 | 0.07 | 0 | 0.76 | 0.43 | 65.41 | 0.61 | 0.35 |
| Hex | 88 | 92 | 23 | 7 | 0 | 4C | 2B | 41 | 3D | 23 |
| Octal | 210 | 222 | 43 | 7 | 0 | 114 | 53 | 101 | 75 | 43 |
| Binary | 10001000 | 10010010 | 100011 | 111 | 0 | 1001100 | 101011 | 1000001 | 111101 | 100011 |
Color Harmonies of #889223
Complementary color
Monochromatic Colors of #889223
Black with #889223
Text Example
Text Example
White with #889223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889223; }
p { color: rgb(136,146,35); }
H1.HeaderClassName
{
color: #889223;
}
.AnyTagClassName
{
color: #889223;
}
</style>
background-color css
<style>
a { background-color: #889223; }
a { background-color: rgb(136,146,35); }
div.DivClassName
{
background-color: #889223;
}
.BgClassName
{
background-color: #889223;
}
</style>
border-color css
<style>
span { border-color: #889223; }
span { border-color: rgb(136,146,35); }
td.TdClassName
{
border-color: #889223;
}
.TagClassName
{
border-color: #889223;
}
</style>