Shades of Chelsea Cucumber #98BA51
Tints of Chelsea Cucumber #98BA51
RGB
CMYK
RGB Variations
Color information
#98BA51 (or 0x98BA51) is known color: Chelsea Cucumber. HEX triplet: 98, BA and 51. RGB value is (152,186,81). Sum of RGB (Red+Green+Blue) = 152+186+81=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA51 is #6745AE. Grayscale: #A4A4A4. Windows color (decimal): -6768047 or 5356184. OLE color: 5356184.
HSL color Cylindrical-coordinate representation of color #98BA51: hue angle of 79.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98BA51 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 81 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.27 |
| HSL | 79.43º | 0.43% | 0.52% | - |
| HSV(B) | 79.43º | 0.56% | 0.73% | - |
| XYZ | 31.99 | 42.39 | 14.28 | - |
| YUV | 163.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 81 | 0.18 | 0 | 0.56 | 0.27 | 79.43 | 0.43 | 0.52 |
| Hex | 98 | BA | 51 | 12 | 0 | 38 | 1B | 4F | 2B | 34 |
| Octal | 230 | 272 | 121 | 22 | 0 | 70 | 33 | 117 | 53 | 64 |
| Binary | 10011000 | 10111010 | 1010001 | 10010 | 0 | 111000 | 11011 | 1001111 | 101011 | 110100 |
Color Harmonies of #98BA51
Complementary color
Monochromatic Colors of #98BA51
Black with #98BA51
Text Example
Text Example
White with #98BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA51; }
p { color: rgb(152,186,81); }
H1.HeaderClassName
{
color: #98BA51;
}
.AnyTagClassName
{
color: #98BA51;
}
</style>
background-color css
<style>
a { background-color: #98BA51; }
a { background-color: rgb(152,186,81); }
div.DivClassName
{
background-color: #98BA51;
}
.BgClassName
{
background-color: #98BA51;
}
</style>
border-color css
<style>
span { border-color: #98BA51; }
span { border-color: rgb(152,186,81); }
td.TdClassName
{
border-color: #98BA51;
}
.TagClassName
{
border-color: #98BA51;
}
</style>