Shades of Chelsea Cucumber #98BD55
Tints of Chelsea Cucumber #98BD55
RGB
CMYK
RGB Variations
Color information
#98BD55 (or 0x98BD55) is known color: Chelsea Cucumber. HEX triplet: 98, BD and 55. RGB value is (152,189,85). Sum of RGB (Red+Green+Blue) = 152+189+85=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BD55 is #6742AA. Grayscale: #A6A6A6. Windows color (decimal): -6767275 or 5619096. OLE color: 5619096.
HSL color Cylindrical-coordinate representation of color #98BD55: hue angle of 81.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98BD55 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 85 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.26 |
| HSL | 81.35º | 0.44% | 0.54% | - |
| HSV(B) | 81.35º | 0.55% | 0.74% | - |
| XYZ | 32.79 | 43.73 | 15.31 | - |
| YUV | 166.08 | 82.24 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 85 | 0.20 | 0 | 0.55 | 0.26 | 81.35 | 0.44 | 0.54 |
| Hex | 98 | BD | 55 | 14 | 0 | 37 | 1A | 51 | 2C | 36 |
| Octal | 230 | 275 | 125 | 24 | 0 | 67 | 32 | 121 | 54 | 66 |
| Binary | 10011000 | 10111101 | 1010101 | 10100 | 0 | 110111 | 11010 | 1010001 | 101100 | 110110 |
Color Harmonies of #98BD55
Complementary color
Monochromatic Colors of #98BD55
Black with #98BD55
Text Example
Text Example
White with #98BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD55; }
p { color: rgb(152,189,85); }
H1.HeaderClassName
{
color: #98BD55;
}
.AnyTagClassName
{
color: #98BD55;
}
</style>
background-color css
<style>
a { background-color: #98BD55; }
a { background-color: rgb(152,189,85); }
div.DivClassName
{
background-color: #98BD55;
}
.BgClassName
{
background-color: #98BD55;
}
</style>
border-color css
<style>
span { border-color: #98BD55; }
span { border-color: rgb(152,189,85); }
td.TdClassName
{
border-color: #98BD55;
}
.TagClassName
{
border-color: #98BD55;
}
</style>