Shades of Citron #889C22
Tints of Citron #889C22
RGB
CMYK
RGB Variations
Color information
#889C22 (or 0x889C22) is known color: Citron. HEX triplet: 88, 9C and 22. RGB value is (136,156,34). Sum of RGB (Red+Green+Blue) = 136+156+34=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #889C22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889C22 is #7763DD. Grayscale: #888888. Windows color (decimal): -7824350 or 2268296. OLE color: 2268296.
HSL color Cylindrical-coordinate representation of color #889C22: hue angle of 69.84º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #889C22 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 34 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.39 |
| HSL | 69.84º | 0.64% | 0.37% | - |
| HSV(B) | 69.84º | 0.78% | 0.61% | - |
| XYZ | 22.33 | 29.13 | 5.96 | - |
| YUV | 136.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 34 | 0.13 | 0 | 0.78 | 0.39 | 69.84 | 0.64 | 0.37 |
| Hex | 88 | 9C | 22 | D | 0 | 4E | 27 | 46 | 40 | 25 |
| Octal | 210 | 234 | 42 | 15 | 0 | 116 | 47 | 106 | 100 | 45 |
| Binary | 10001000 | 10011100 | 100010 | 1101 | 0 | 1001110 | 100111 | 1000110 | 1000000 | 100101 |
Color Harmonies of #889C22
Complementary color
Monochromatic Colors of #889C22
Black with #889C22
Text Example
Text Example
White with #889C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C22; }
p { color: rgb(136,156,34); }
H1.HeaderClassName
{
color: #889C22;
}
.AnyTagClassName
{
color: #889C22;
}
</style>
background-color css
<style>
a { background-color: #889C22; }
a { background-color: rgb(136,156,34); }
div.DivClassName
{
background-color: #889C22;
}
.BgClassName
{
background-color: #889C22;
}
</style>
border-color css
<style>
span { border-color: #889C22; }
span { border-color: rgb(136,156,34); }
td.TdClassName
{
border-color: #889C22;
}
.TagClassName
{
border-color: #889C22;
}
</style>