Shades of Citron #889225
Tints of Citron #889225
RGB
CMYK
RGB Variations
Color information
#889225 (or 0x889225) is known color: Citron. HEX triplet: 88, 92 and 25. RGB value is (136,146,37). Sum of RGB (Red+Green+Blue) = 136+146+37=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #889225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889225 is #776DDA. Grayscale: #838383. Windows color (decimal): -7826907 or 2462344. OLE color: 2462344.
HSL color Cylindrical-coordinate representation of color #889225: hue angle of 65.5º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #889225 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 37 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.43 |
| HSL | 65.5º | 0.6% | 0.36% | - |
| HSV(B) | 65.5º | 0.75% | 0.57% | - |
| XYZ | 20.77 | 25.93 | 5.66 | - |
| YUV | 130.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 37 | 0.07 | 0 | 0.75 | 0.43 | 65.5 | 0.6 | 0.36 |
| Hex | 88 | 92 | 25 | 7 | 0 | 4B | 2B | 42 | 3C | 24 |
| Octal | 210 | 222 | 45 | 7 | 0 | 113 | 53 | 102 | 74 | 44 |
| Binary | 10001000 | 10010010 | 100101 | 111 | 0 | 1001011 | 101011 | 1000010 | 111100 | 100100 |
Color Harmonies of #889225
Complementary color
Monochromatic Colors of #889225
Black with #889225
Text Example
Text Example
White with #889225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889225; }
p { color: rgb(136,146,37); }
H1.HeaderClassName
{
color: #889225;
}
.AnyTagClassName
{
color: #889225;
}
</style>
background-color css
<style>
a { background-color: #889225; }
a { background-color: rgb(136,146,37); }
div.DivClassName
{
background-color: #889225;
}
.BgClassName
{
background-color: #889225;
}
</style>
border-color css
<style>
span { border-color: #889225; }
span { border-color: rgb(136,146,37); }
td.TdClassName
{
border-color: #889225;
}
.TagClassName
{
border-color: #889225;
}
</style>