Shades of Chelsea Cucumber #98BA50
Tints of Chelsea Cucumber #98BA50
RGB
CMYK
RGB Variations
Color information
#98BA50 (or 0x98BA50) is known color: Chelsea Cucumber. HEX triplet: 98, BA and 50. RGB value is (152,186,80). Sum of RGB (Red+Green+Blue) = 152+186+80=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA50 is #6745AF. Grayscale: #A4A4A4. Windows color (decimal): -6768048 or 5290648. OLE color: 5290648.
HSL color Cylindrical-coordinate representation of color #98BA50: hue angle of 79.25º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98BA50 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 80 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.27 |
| HSL | 79.25º | 0.43% | 0.52% | - |
| HSV(B) | 79.25º | 0.57% | 0.73% | - |
| XYZ | 31.96 | 42.37 | 14.08 | - |
| YUV | 163.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 80 | 0.18 | 0 | 0.57 | 0.27 | 79.25 | 0.43 | 0.52 |
| Hex | 98 | BA | 50 | 12 | 0 | 39 | 1B | 4F | 2B | 34 |
| Octal | 230 | 272 | 120 | 22 | 0 | 71 | 33 | 117 | 53 | 64 |
| Binary | 10011000 | 10111010 | 1010000 | 10010 | 0 | 111001 | 11011 | 1001111 | 101011 | 110100 |
Color Harmonies of #98BA50
Complementary color
Monochromatic Colors of #98BA50
Black with #98BA50
Text Example
Text Example
White with #98BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA50; }
p { color: rgb(152,186,80); }
H1.HeaderClassName
{
color: #98BA50;
}
.AnyTagClassName
{
color: #98BA50;
}
</style>
background-color css
<style>
a { background-color: #98BA50; }
a { background-color: rgb(152,186,80); }
div.DivClassName
{
background-color: #98BA50;
}
.BgClassName
{
background-color: #98BA50;
}
</style>
border-color css
<style>
span { border-color: #98BA50; }
span { border-color: rgb(152,186,80); }
td.TdClassName
{
border-color: #98BA50;
}
.TagClassName
{
border-color: #98BA50;
}
</style>