Shades of Chelsea Cucumber #889852
Tints of Chelsea Cucumber #889852
RGB
CMYK
RGB Variations
Color information
#889852 (or 0x889852) is known color: Chelsea Cucumber. HEX triplet: 88, 98 and 52. RGB value is (136,152,82). Sum of RGB (Red+Green+Blue) = 136+152+82=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #889852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889852 is #7767AD. Grayscale: #8B8B8B. Windows color (decimal): -7825326 or 5413000. OLE color: 5413000.
HSL color Cylindrical-coordinate representation of color #889852: hue angle of 73.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889852 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 82 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.40 |
| HSL | 73.71º | 0.3% | 0.46% | - |
| HSV(B) | 73.71º | 0.46% | 0.6% | - |
| XYZ | 22.9 | 28.3 | 12.24 | - |
| YUV | 139.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 82 | 0.11 | 0 | 0.46 | 0.40 | 73.71 | 0.3 | 0.46 |
| Hex | 88 | 98 | 52 | B | 0 | 2E | 28 | 4A | 1E | 2E |
| Octal | 210 | 230 | 122 | 13 | 0 | 56 | 50 | 112 | 36 | 56 |
| Binary | 10001000 | 10011000 | 1010010 | 1011 | 0 | 101110 | 101000 | 1001010 | 11110 | 101110 |
Color Harmonies of #889852
Complementary color
Monochromatic Colors of #889852
Black with #889852
Text Example
Text Example
White with #889852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889852; }
p { color: rgb(136,152,82); }
H1.HeaderClassName
{
color: #889852;
}
.AnyTagClassName
{
color: #889852;
}
</style>
background-color css
<style>
a { background-color: #889852; }
a { background-color: rgb(136,152,82); }
div.DivClassName
{
background-color: #889852;
}
.BgClassName
{
background-color: #889852;
}
</style>
border-color css
<style>
span { border-color: #889852; }
span { border-color: rgb(136,152,82); }
td.TdClassName
{
border-color: #889852;
}
.TagClassName
{
border-color: #889852;
}
</style>