Shades of Chelsea Cucumber #98BA5B
Tints of Chelsea Cucumber #98BA5B
RGB
CMYK
RGB Variations
Color information
#98BA5B (or 0x98BA5B) is known color: Chelsea Cucumber. HEX triplet: 98, BA and 5B. RGB value is (152,186,91). Sum of RGB (Red+Green+Blue) = 152+186+91=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA5B is #6745A4. Grayscale: #A5A5A5. Windows color (decimal): -6768037 or 6011544. OLE color: 6011544.
HSL color Cylindrical-coordinate representation of color #98BA5B: hue angle of 81.47º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98BA5B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 91 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.27 |
| HSL | 81.47º | 0.41% | 0.54% | - |
| HSV(B) | 81.47º | 0.51% | 0.73% | - |
| XYZ | 32.4 | 42.55 | 16.4 | - |
| YUV | 165 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 91 | 0.18 | 0 | 0.51 | 0.27 | 81.47 | 0.41 | 0.54 |
| Hex | 98 | BA | 5B | 12 | 0 | 33 | 1B | 51 | 29 | 36 |
| Octal | 230 | 272 | 133 | 22 | 0 | 63 | 33 | 121 | 51 | 66 |
| Binary | 10011000 | 10111010 | 1011011 | 10010 | 0 | 110011 | 11011 | 1010001 | 101001 | 110110 |
Color Harmonies of #98BA5B
Complementary color
Monochromatic Colors of #98BA5B
Black with #98BA5B
Text Example
Text Example
White with #98BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA5B; }
p { color: rgb(152,186,91); }
H1.HeaderClassName
{
color: #98BA5B;
}
.AnyTagClassName
{
color: #98BA5B;
}
</style>
background-color css
<style>
a { background-color: #98BA5B; }
a { background-color: rgb(152,186,91); }
div.DivClassName
{
background-color: #98BA5B;
}
.BgClassName
{
background-color: #98BA5B;
}
</style>
border-color css
<style>
span { border-color: #98BA5B; }
span { border-color: rgb(152,186,91); }
td.TdClassName
{
border-color: #98BA5B;
}
.TagClassName
{
border-color: #98BA5B;
}
</style>