Shades of Chelsea Cucumber #98BC53
Tints of Chelsea Cucumber #98BC53
RGB
CMYK
RGB Variations
Color information
#98BC53 (or 0x98BC53) is known color: Chelsea Cucumber. HEX triplet: 98, BC and 53. RGB value is (152,188,83). Sum of RGB (Red+Green+Blue) = 152+188+83=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC53 is #6743AC. Grayscale: #A5A5A5. Windows color (decimal): -6767533 or 5487768. OLE color: 5487768.
HSL color Cylindrical-coordinate representation of color #98BC53: hue angle of 80.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98BC53 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 83 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.26 |
| HSL | 80.57º | 0.44% | 0.53% | - |
| HSV(B) | 80.57º | 0.56% | 0.74% | - |
| XYZ | 32.49 | 43.27 | 14.82 | - |
| YUV | 165.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 83 | 0.19 | 0 | 0.56 | 0.26 | 80.57 | 0.44 | 0.53 |
| Hex | 98 | BC | 53 | 13 | 0 | 38 | 1A | 51 | 2C | 35 |
| Octal | 230 | 274 | 123 | 23 | 0 | 70 | 32 | 121 | 54 | 65 |
| Binary | 10011000 | 10111100 | 1010011 | 10011 | 0 | 111000 | 11010 | 1010001 | 101100 | 110101 |
Color Harmonies of #98BC53
Complementary color
Monochromatic Colors of #98BC53
Black with #98BC53
Text Example
Text Example
White with #98BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC53; }
p { color: rgb(152,188,83); }
H1.HeaderClassName
{
color: #98BC53;
}
.AnyTagClassName
{
color: #98BC53;
}
</style>
background-color css
<style>
a { background-color: #98BC53; }
a { background-color: rgb(152,188,83); }
div.DivClassName
{
background-color: #98BC53;
}
.BgClassName
{
background-color: #98BC53;
}
</style>
border-color css
<style>
span { border-color: #98BC53; }
span { border-color: rgb(152,188,83); }
td.TdClassName
{
border-color: #98BC53;
}
.TagClassName
{
border-color: #98BC53;
}
</style>