Shades of Chelsea Cucumber #89975B
Tints of Chelsea Cucumber #89975B
RGB
CMYK
RGB Variations
Color information
#89975B (or 0x89975B) is known color: Chelsea Cucumber. HEX triplet: 89, 97 and 5B. RGB value is (137,151,91). Sum of RGB (Red+Green+Blue) = 137+151+91=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #89975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89975B is #7668A4. Grayscale: #8C8C8C. Windows color (decimal): -7760037 or 6002569. OLE color: 6002569.
HSL color Cylindrical-coordinate representation of color #89975B: hue angle of 74º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89975B is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 151 | 91 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.41 |
| HSL | 74º | 0.25% | 0.47% | - |
| HSV(B) | 74º | 0.4% | 0.59% | - |
| XYZ | 23.27 | 28.21 | 14.12 | - |
| YUV | 139.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 91 | 0.09 | 0 | 0.40 | 0.41 | 74 | 0.25 | 0.47 |
| Hex | 89 | 97 | 5B | 9 | 0 | 28 | 29 | 4A | 19 | 2F |
| Octal | 211 | 227 | 133 | 11 | 0 | 50 | 51 | 112 | 31 | 57 |
| Binary | 10001001 | 10010111 | 1011011 | 1001 | 0 | 101000 | 101001 | 1001010 | 11001 | 101111 |
Color Harmonies of #89975B
Complementary color
Monochromatic Colors of #89975B
Black with #89975B
Text Example
Text Example
White with #89975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89975B; }
p { color: rgb(137,151,91); }
H1.HeaderClassName
{
color: #89975B;
}
.AnyTagClassName
{
color: #89975B;
}
</style>
background-color css
<style>
a { background-color: #89975B; }
a { background-color: rgb(137,151,91); }
div.DivClassName
{
background-color: #89975B;
}
.BgClassName
{
background-color: #89975B;
}
</style>
border-color css
<style>
span { border-color: #89975B; }
span { border-color: rgb(137,151,91); }
td.TdClassName
{
border-color: #89975B;
}
.TagClassName
{
border-color: #89975B;
}
</style>