Shades of Chelsea Cucumber #98BA53
Tints of Chelsea Cucumber #98BA53
RGB
CMYK
RGB Variations
Color information
#98BA53 (or 0x98BA53) is known color: Chelsea Cucumber. HEX triplet: 98, BA and 53. RGB value is (152,186,83). Sum of RGB (Red+Green+Blue) = 152+186+83=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA53 is #6745AC. Grayscale: #A4A4A4. Windows color (decimal): -6768045 or 5487256. OLE color: 5487256.
HSL color Cylindrical-coordinate representation of color #98BA53: hue angle of 79.81º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98BA53 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 83 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.27 |
| HSL | 79.81º | 0.43% | 0.53% | - |
| HSV(B) | 79.81º | 0.55% | 0.73% | - |
| XYZ | 32.07 | 42.42 | 14.68 | - |
| YUV | 164.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 83 | 0.18 | 0 | 0.55 | 0.27 | 79.81 | 0.43 | 0.53 |
| Hex | 98 | BA | 53 | 12 | 0 | 37 | 1B | 50 | 2B | 35 |
| Octal | 230 | 272 | 123 | 22 | 0 | 67 | 33 | 120 | 53 | 65 |
| Binary | 10011000 | 10111010 | 1010011 | 10010 | 0 | 110111 | 11011 | 1010000 | 101011 | 110101 |
Color Harmonies of #98BA53
Complementary color
Monochromatic Colors of #98BA53
Black with #98BA53
Text Example
Text Example
White with #98BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA53; }
p { color: rgb(152,186,83); }
H1.HeaderClassName
{
color: #98BA53;
}
.AnyTagClassName
{
color: #98BA53;
}
</style>
background-color css
<style>
a { background-color: #98BA53; }
a { background-color: rgb(152,186,83); }
div.DivClassName
{
background-color: #98BA53;
}
.BgClassName
{
background-color: #98BA53;
}
</style>
border-color css
<style>
span { border-color: #98BA53; }
span { border-color: rgb(152,186,83); }
td.TdClassName
{
border-color: #98BA53;
}
.TagClassName
{
border-color: #98BA53;
}
</style>