Shades of Chelsea Cucumber #89BC4B
Tints of Chelsea Cucumber #89BC4B
RGB
CMYK
RGB Variations
Color information
#89BC4B (or 0x89BC4B) is known color: Chelsea Cucumber. HEX triplet: 89, BC and 4B. RGB value is (137,188,75). Sum of RGB (Red+Green+Blue) = 137+188+75=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BC4B is #7643B4. Grayscale: #A0A0A0. Windows color (decimal): -7750581 or 4963465. OLE color: 4963465.
HSL color Cylindrical-coordinate representation of color #89BC4B: hue angle of 87.08º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89BC4B is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 75 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.26 |
| HSL | 87.08º | 0.46% | 0.52% | - |
| HSV(B) | 87.08º | 0.6% | 0.74% | - |
| XYZ | 29.57 | 41.79 | 13.16 | - |
| YUV | 159.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 75 | 0.27 | 0 | 0.60 | 0.26 | 87.08 | 0.46 | 0.52 |
| Hex | 89 | BC | 4B | 1B | 0 | 3C | 1A | 57 | 2E | 34 |
| Octal | 211 | 274 | 113 | 33 | 0 | 74 | 32 | 127 | 56 | 64 |
| Binary | 10001001 | 10111100 | 1001011 | 11011 | 0 | 111100 | 11010 | 1010111 | 101110 | 110100 |
Color Harmonies of #89BC4B
Complementary color
Monochromatic Colors of #89BC4B
Black with #89BC4B
Text Example
Text Example
White with #89BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC4B; }
p { color: rgb(137,188,75); }
H1.HeaderClassName
{
color: #89BC4B;
}
.AnyTagClassName
{
color: #89BC4B;
}
</style>
background-color css
<style>
a { background-color: #89BC4B; }
a { background-color: rgb(137,188,75); }
div.DivClassName
{
background-color: #89BC4B;
}
.BgClassName
{
background-color: #89BC4B;
}
</style>
border-color css
<style>
span { border-color: #89BC4B; }
span { border-color: rgb(137,188,75); }
td.TdClassName
{
border-color: #89BC4B;
}
.TagClassName
{
border-color: #89BC4B;
}
</style>