Shades of Chelsea Cucumber #98BC50
Tints of Chelsea Cucumber #98BC50
RGB
CMYK
RGB Variations
Color information
#98BC50 (or 0x98BC50) is known color: Chelsea Cucumber. HEX triplet: 98, BC and 50. RGB value is (152,188,80). Sum of RGB (Red+Green+Blue) = 152+188+80=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC50 is #6743AF. Grayscale: #A5A5A5. Windows color (decimal): -6767536 or 5291160. OLE color: 5291160.
HSL color Cylindrical-coordinate representation of color #98BC50: hue angle of 80º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98BC50 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 80 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.26 |
| HSL | 80º | 0.45% | 0.53% | - |
| HSV(B) | 80º | 0.57% | 0.74% | - |
| XYZ | 32.38 | 43.22 | 14.23 | - |
| YUV | 164.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 80 | 0.19 | 0 | 0.57 | 0.26 | 80 | 0.45 | 0.53 |
| Hex | 98 | BC | 50 | 13 | 0 | 39 | 1A | 50 | 2D | 35 |
| Octal | 230 | 274 | 120 | 23 | 0 | 71 | 32 | 120 | 55 | 65 |
| Binary | 10011000 | 10111100 | 1010000 | 10011 | 0 | 111001 | 11010 | 1010000 | 101101 | 110101 |
Color Harmonies of #98BC50
Complementary color
Monochromatic Colors of #98BC50
Black with #98BC50
Text Example
Text Example
White with #98BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC50; }
p { color: rgb(152,188,80); }
H1.HeaderClassName
{
color: #98BC50;
}
.AnyTagClassName
{
color: #98BC50;
}
</style>
background-color css
<style>
a { background-color: #98BC50; }
a { background-color: rgb(152,188,80); }
div.DivClassName
{
background-color: #98BC50;
}
.BgClassName
{
background-color: #98BC50;
}
</style>
border-color css
<style>
span { border-color: #98BC50; }
span { border-color: rgb(152,188,80); }
td.TdClassName
{
border-color: #98BC50;
}
.TagClassName
{
border-color: #98BC50;
}
</style>