Shades of Chelsea Cucumber #98C056
Tints of Chelsea Cucumber #98C056
RGB
CMYK
RGB Variations
Color information
#98C056 (or 0x98C056) is known color: Chelsea Cucumber. HEX triplet: 98, C0 and 56. RGB value is (152,192,86). Sum of RGB (Red+Green+Blue) = 152+192+86=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #98C056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C056 is #673FA9. Grayscale: #A8A8A8. Windows color (decimal): -6766506 or 5685400. OLE color: 5685400.
HSL color Cylindrical-coordinate representation of color #98C056: hue angle of 82.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98C056 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 86 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.25 |
| HSL | 82.64º | 0.46% | 0.55% | - |
| HSV(B) | 82.64º | 0.55% | 0.75% | - |
| XYZ | 33.48 | 45.05 | 15.73 | - |
| YUV | 167.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 86 | 0.21 | 0 | 0.55 | 0.25 | 82.64 | 0.46 | 0.55 |
| Hex | 98 | C0 | 56 | 15 | 0 | 37 | 19 | 53 | 2E | 37 |
| Octal | 230 | 300 | 126 | 25 | 0 | 67 | 31 | 123 | 56 | 67 |
| Binary | 10011000 | 11000000 | 1010110 | 10101 | 0 | 110111 | 11001 | 1010011 | 101110 | 110111 |
Color Harmonies of #98C056
Complementary color
Monochromatic Colors of #98C056
Black with #98C056
Text Example
Text Example
White with #98C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C056; }
p { color: rgb(152,192,86); }
H1.HeaderClassName
{
color: #98C056;
}
.AnyTagClassName
{
color: #98C056;
}
</style>
background-color css
<style>
a { background-color: #98C056; }
a { background-color: rgb(152,192,86); }
div.DivClassName
{
background-color: #98C056;
}
.BgClassName
{
background-color: #98C056;
}
</style>
border-color css
<style>
span { border-color: #98C056; }
span { border-color: rgb(152,192,86); }
td.TdClassName
{
border-color: #98C056;
}
.TagClassName
{
border-color: #98C056;
}
</style>