Shades of Chelsea Cucumber #98C156
Tints of Chelsea Cucumber #98C156
RGB
CMYK
RGB Variations
Color information
#98C156 (or 0x98C156) is known color: Chelsea Cucumber. HEX triplet: 98, C1 and 56. RGB value is (152,193,86). Sum of RGB (Red+Green+Blue) = 152+193+86=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #98C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C156 is #673EA9. Grayscale: #A8A8A8. Windows color (decimal): -6766250 or 5685656. OLE color: 5685656.
HSL color Cylindrical-coordinate representation of color #98C156: hue angle of 82.99º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98C156 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 86 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.24 |
| HSL | 82.99º | 0.46% | 0.55% | - |
| HSV(B) | 82.99º | 0.55% | 0.76% | - |
| XYZ | 33.7 | 45.49 | 15.81 | - |
| YUV | 168.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 86 | 0.21 | 0 | 0.55 | 0.24 | 82.99 | 0.46 | 0.55 |
| Hex | 98 | C1 | 56 | 15 | 0 | 37 | 18 | 53 | 2E | 37 |
| Octal | 230 | 301 | 126 | 25 | 0 | 67 | 30 | 123 | 56 | 67 |
| Binary | 10011000 | 11000001 | 1010110 | 10101 | 0 | 110111 | 11000 | 1010011 | 101110 | 110111 |
Color Harmonies of #98C156
Complementary color
Monochromatic Colors of #98C156
Black with #98C156
Text Example
Text Example
White with #98C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C156; }
p { color: rgb(152,193,86); }
H1.HeaderClassName
{
color: #98C156;
}
.AnyTagClassName
{
color: #98C156;
}
</style>
background-color css
<style>
a { background-color: #98C156; }
a { background-color: rgb(152,193,86); }
div.DivClassName
{
background-color: #98C156;
}
.BgClassName
{
background-color: #98C156;
}
</style>
border-color css
<style>
span { border-color: #98C156; }
span { border-color: rgb(152,193,86); }
td.TdClassName
{
border-color: #98C156;
}
.TagClassName
{
border-color: #98C156;
}
</style>