Shades of Citron #889125
Tints of Citron #889125
RGB
CMYK
RGB Variations
Color information
#889125 (or 0x889125) is known color: Citron. HEX triplet: 88, 91 and 25. RGB value is (136,145,37). Sum of RGB (Red+Green+Blue) = 136+145+37=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #889125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889125 is #776EDA. Grayscale: #828282. Windows color (decimal): -7827163 or 2462088. OLE color: 2462088.
HSL color Cylindrical-coordinate representation of color #889125: hue angle of 65º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #889125 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 37 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.43 |
| HSL | 65º | 0.59% | 0.36% | - |
| HSV(B) | 65º | 0.74% | 0.57% | - |
| XYZ | 20.61 | 25.62 | 5.61 | - |
| YUV | 130 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 37 | 0.06 | 0 | 0.74 | 0.43 | 65 | 0.59 | 0.36 |
| Hex | 88 | 91 | 25 | 6 | 0 | 4A | 2B | 41 | 3B | 24 |
| Octal | 210 | 221 | 45 | 6 | 0 | 112 | 53 | 101 | 73 | 44 |
| Binary | 10001000 | 10010001 | 100101 | 110 | 0 | 1001010 | 101011 | 1000001 | 111011 | 100100 |
Color Harmonies of #889125
Complementary color
Monochromatic Colors of #889125
Black with #889125
Text Example
Text Example
White with #889125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889125; }
p { color: rgb(136,145,37); }
H1.HeaderClassName
{
color: #889125;
}
.AnyTagClassName
{
color: #889125;
}
</style>
background-color css
<style>
a { background-color: #889125; }
a { background-color: rgb(136,145,37); }
div.DivClassName
{
background-color: #889125;
}
.BgClassName
{
background-color: #889125;
}
</style>
border-color css
<style>
span { border-color: #889125; }
span { border-color: rgb(136,145,37); }
td.TdClassName
{
border-color: #889125;
}
.TagClassName
{
border-color: #889125;
}
</style>