Shades of Chelsea Cucumber #889952
Tints of Chelsea Cucumber #889952
RGB
CMYK
RGB Variations
Color information
#889952 (or 0x889952) is known color: Chelsea Cucumber. HEX triplet: 88, 99 and 52. RGB value is (136,153,82). Sum of RGB (Red+Green+Blue) = 136+153+82=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #889952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889952 is #7766AD. Grayscale: #8C8C8C. Windows color (decimal): -7825070 or 5413256. OLE color: 5413256.
HSL color Cylindrical-coordinate representation of color #889952: hue angle of 74.37º 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 #889952 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 153 | 82 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.4 |
| HSL | 74.37º | 0.3% | 0.46% | - |
| HSV(B) | 74.37º | 0.46% | 0.6% | - |
| XYZ | 23.07 | 28.63 | 12.29 | - |
| YUV | 139.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 82 | 0.11 | 0 | 0.46 | 0.4 | 74.37 | 0.3 | 0.46 |
| Hex | 88 | 99 | 52 | B | 0 | 2E | 28 | 4A | 1E | 2E |
| Octal | 210 | 231 | 122 | 13 | 0 | 56 | 50 | 112 | 36 | 56 |
| Binary | 10001000 | 10011001 | 1010010 | 1011 | 0 | 101110 | 101000 | 1001010 | 11110 | 101110 |
Color Harmonies of #889952
Complementary color
Monochromatic Colors of #889952
Black with #889952
Text Example
Text Example
White with #889952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889952; }
p { color: rgb(136,153,82); }
H1.HeaderClassName
{
color: #889952;
}
.AnyTagClassName
{
color: #889952;
}
</style>
background-color css
<style>
a { background-color: #889952; }
a { background-color: rgb(136,153,82); }
div.DivClassName
{
background-color: #889952;
}
.BgClassName
{
background-color: #889952;
}
</style>
border-color css
<style>
span { border-color: #889952; }
span { border-color: rgb(136,153,82); }
td.TdClassName
{
border-color: #889952;
}
.TagClassName
{
border-color: #889952;
}
</style>