Shades of Chelsea Cucumber #98B850
Tints of Chelsea Cucumber #98B850
RGB
CMYK
RGB Variations
Color information
#98B850 (or 0x98B850) is known color: Chelsea Cucumber. HEX triplet: 98, B8 and 50. RGB value is (152,184,80). Sum of RGB (Red+Green+Blue) = 152+184+80=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #98B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B850 is #6747AF. Grayscale: #A2A2A2. Windows color (decimal): -6768560 or 5290136. OLE color: 5290136.
HSL color Cylindrical-coordinate representation of color #98B850: hue angle of 78.46º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98B850 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 184 | 80 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.28 |
| HSL | 78.46º | 0.42% | 0.52% | - |
| HSV(B) | 78.46º | 0.57% | 0.72% | - |
| XYZ | 31.54 | 41.54 | 13.94 | - |
| YUV | 162.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 80 | 0.17 | 0 | 0.57 | 0.28 | 78.46 | 0.42 | 0.52 |
| Hex | 98 | B8 | 50 | 11 | 0 | 39 | 1C | 4E | 2A | 34 |
| Octal | 230 | 270 | 120 | 21 | 0 | 71 | 34 | 116 | 52 | 64 |
| Binary | 10011000 | 10111000 | 1010000 | 10001 | 0 | 111001 | 11100 | 1001110 | 101010 | 110100 |
Color Harmonies of #98B850
Complementary color
Monochromatic Colors of #98B850
Black with #98B850
Text Example
Text Example
White with #98B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B850; }
p { color: rgb(152,184,80); }
H1.HeaderClassName
{
color: #98B850;
}
.AnyTagClassName
{
color: #98B850;
}
</style>
background-color css
<style>
a { background-color: #98B850; }
a { background-color: rgb(152,184,80); }
div.DivClassName
{
background-color: #98B850;
}
.BgClassName
{
background-color: #98B850;
}
</style>
border-color css
<style>
span { border-color: #98B850; }
span { border-color: rgb(152,184,80); }
td.TdClassName
{
border-color: #98B850;
}
.TagClassName
{
border-color: #98B850;
}
</style>