Shades of Chelsea Cucumber #98BC54
Tints of Chelsea Cucumber #98BC54
RGB
CMYK
RGB Variations
Color information
#98BC54 (or 0x98BC54) is known color: Chelsea Cucumber. HEX triplet: 98, BC and 54. RGB value is (152,188,84). Sum of RGB (Red+Green+Blue) = 152+188+84=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC54 is #6743AB. Grayscale: #A5A5A5. Windows color (decimal): -6767532 or 5553304. OLE color: 5553304.
HSL color Cylindrical-coordinate representation of color #98BC54: hue angle of 80.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98BC54 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 84 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.26 |
| HSL | 80.77º | 0.44% | 0.53% | - |
| HSV(B) | 80.77º | 0.55% | 0.74% | - |
| XYZ | 32.53 | 43.28 | 15.03 | - |
| YUV | 165.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 84 | 0.19 | 0 | 0.55 | 0.26 | 80.77 | 0.44 | 0.53 |
| Hex | 98 | BC | 54 | 13 | 0 | 37 | 1A | 51 | 2C | 35 |
| Octal | 230 | 274 | 124 | 23 | 0 | 67 | 32 | 121 | 54 | 65 |
| Binary | 10011000 | 10111100 | 1010100 | 10011 | 0 | 110111 | 11010 | 1010001 | 101100 | 110101 |
Color Harmonies of #98BC54
Complementary color
Monochromatic Colors of #98BC54
Black with #98BC54
Text Example
Text Example
White with #98BC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC54; }
p { color: rgb(152,188,84); }
H1.HeaderClassName
{
color: #98BC54;
}
.AnyTagClassName
{
color: #98BC54;
}
</style>
background-color css
<style>
a { background-color: #98BC54; }
a { background-color: rgb(152,188,84); }
div.DivClassName
{
background-color: #98BC54;
}
.BgClassName
{
background-color: #98BC54;
}
</style>
border-color css
<style>
span { border-color: #98BC54; }
span { border-color: rgb(152,188,84); }
td.TdClassName
{
border-color: #98BC54;
}
.TagClassName
{
border-color: #98BC54;
}
</style>