Shades of Citron #889127
Tints of Citron #889127
RGB
CMYK
RGB Variations
Color information
#889127 (or 0x889127) is known color: Citron. HEX triplet: 88, 91 and 27. RGB value is (136,145,39). Sum of RGB (Red+Green+Blue) = 136+145+39=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #889127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889127 is #776ED8. Grayscale: #828282. Windows color (decimal): -7827161 or 2593160. OLE color: 2593160.
HSL color Cylindrical-coordinate representation of color #889127: hue angle of 65.09º degrees, saturation: 0.58, 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 #889127 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 39 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.43 |
| HSL | 65.09º | 0.58% | 0.36% | - |
| HSV(B) | 65.09º | 0.73% | 0.57% | - |
| XYZ | 20.64 | 25.63 | 5.78 | - |
| YUV | 130.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 39 | 0.06 | 0 | 0.73 | 0.43 | 65.09 | 0.58 | 0.36 |
| Hex | 88 | 91 | 27 | 6 | 0 | 49 | 2B | 41 | 3A | 24 |
| Octal | 210 | 221 | 47 | 6 | 0 | 111 | 53 | 101 | 72 | 44 |
| Binary | 10001000 | 10010001 | 100111 | 110 | 0 | 1001001 | 101011 | 1000001 | 111010 | 100100 |
Color Harmonies of #889127
Complementary color
Monochromatic Colors of #889127
Black with #889127
Text Example
Text Example
White with #889127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889127; }
p { color: rgb(136,145,39); }
H1.HeaderClassName
{
color: #889127;
}
.AnyTagClassName
{
color: #889127;
}
</style>
background-color css
<style>
a { background-color: #889127; }
a { background-color: rgb(136,145,39); }
div.DivClassName
{
background-color: #889127;
}
.BgClassName
{
background-color: #889127;
}
</style>
border-color css
<style>
span { border-color: #889127; }
span { border-color: rgb(136,145,39); }
td.TdClassName
{
border-color: #889127;
}
.TagClassName
{
border-color: #889127;
}
</style>