Shades of Citron #889228
Tints of Citron #889228
RGB
CMYK
RGB Variations
Color information
#889228 (or 0x889228) is known color: Citron. HEX triplet: 88, 92 and 28. RGB value is (136,146,40). Sum of RGB (Red+Green+Blue) = 136+146+40=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #889228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889228 is #776DD7. Grayscale: #838383. Windows color (decimal): -7826904 or 2658952. OLE color: 2658952.
HSL color Cylindrical-coordinate representation of color #889228: hue angle of 65.66º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #889228 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 40 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.43 |
| HSL | 65.66º | 0.57% | 0.36% | - |
| HSV(B) | 65.66º | 0.73% | 0.57% | - |
| XYZ | 20.82 | 25.95 | 5.92 | - |
| YUV | 130.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 40 | 0.07 | 0 | 0.73 | 0.43 | 65.66 | 0.57 | 0.36 |
| Hex | 88 | 92 | 28 | 7 | 0 | 49 | 2B | 42 | 39 | 24 |
| Octal | 210 | 222 | 50 | 7 | 0 | 111 | 53 | 102 | 71 | 44 |
| Binary | 10001000 | 10010010 | 101000 | 111 | 0 | 1001001 | 101011 | 1000010 | 111001 | 100100 |
Color Harmonies of #889228
Complementary color
Monochromatic Colors of #889228
Black with #889228
Text Example
Text Example
White with #889228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889228; }
p { color: rgb(136,146,40); }
H1.HeaderClassName
{
color: #889228;
}
.AnyTagClassName
{
color: #889228;
}
</style>
background-color css
<style>
a { background-color: #889228; }
a { background-color: rgb(136,146,40); }
div.DivClassName
{
background-color: #889228;
}
.BgClassName
{
background-color: #889228;
}
</style>
border-color css
<style>
span { border-color: #889228; }
span { border-color: rgb(136,146,40); }
td.TdClassName
{
border-color: #889228;
}
.TagClassName
{
border-color: #889228;
}
</style>