Shades of Chelsea Cucumber #95BA59
Tints of Chelsea Cucumber #95BA59
RGB
CMYK
RGB Variations
Color information
#95BA59 (or 0x95BA59) is known color: Chelsea Cucumber. HEX triplet: 95, BA and 59. RGB value is (149,186,89). Sum of RGB (Red+Green+Blue) = 149+186+89=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA59 is #6A45A6. Grayscale: #A4A4A4. Windows color (decimal): -6964647 or 5880469. OLE color: 5880469.
HSL color Cylindrical-coordinate representation of color #95BA59: hue angle of 82.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95BA59 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 89 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.27 |
| HSL | 82.89º | 0.41% | 0.54% | - |
| HSV(B) | 82.89º | 0.52% | 0.73% | - |
| XYZ | 31.76 | 42.23 | 15.93 | - |
| YUV | 163.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 89 | 0.20 | 0 | 0.52 | 0.27 | 82.89 | 0.41 | 0.54 |
| Hex | 95 | BA | 59 | 14 | 0 | 34 | 1B | 53 | 29 | 36 |
| Octal | 225 | 272 | 131 | 24 | 0 | 64 | 33 | 123 | 51 | 66 |
| Binary | 10010101 | 10111010 | 1011001 | 10100 | 0 | 110100 | 11011 | 1010011 | 101001 | 110110 |
Color Harmonies of #95BA59
Complementary color
Monochromatic Colors of #95BA59
Black with #95BA59
Text Example
Text Example
White with #95BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA59; }
p { color: rgb(149,186,89); }
H1.HeaderClassName
{
color: #95BA59;
}
.AnyTagClassName
{
color: #95BA59;
}
</style>
background-color css
<style>
a { background-color: #95BA59; }
a { background-color: rgb(149,186,89); }
div.DivClassName
{
background-color: #95BA59;
}
.BgClassName
{
background-color: #95BA59;
}
</style>
border-color css
<style>
span { border-color: #95BA59; }
span { border-color: rgb(149,186,89); }
td.TdClassName
{
border-color: #95BA59;
}
.TagClassName
{
border-color: #95BA59;
}
</style>