Shades of Chelsea Cucumber #95BC5A
Tints of Chelsea Cucumber #95BC5A
RGB
CMYK
RGB Variations
Color information
#95BC5A (or 0x95BC5A) is known color: Chelsea Cucumber. HEX triplet: 95, BC and 5A. RGB value is (149,188,90). Sum of RGB (Red+Green+Blue) = 149+188+90=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BC5A is #6A43A5. Grayscale: #A5A5A5. Windows color (decimal): -6964134 or 5946517. OLE color: 5946517.
HSL color Cylindrical-coordinate representation of color #95BC5A: hue angle of 83.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95BC5A is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 188 | 90 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.26 |
| HSL | 83.88º | 0.42% | 0.55% | - |
| HSV(B) | 83.88º | 0.52% | 0.74% | - |
| XYZ | 32.22 | 43.09 | 16.29 | - |
| YUV | 165.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 90 | 0.21 | 0 | 0.52 | 0.26 | 83.88 | 0.42 | 0.55 |
| Hex | 95 | BC | 5A | 15 | 0 | 34 | 1A | 54 | 2A | 37 |
| Octal | 225 | 274 | 132 | 25 | 0 | 64 | 32 | 124 | 52 | 67 |
| Binary | 10010101 | 10111100 | 1011010 | 10101 | 0 | 110100 | 11010 | 1010100 | 101010 | 110111 |
Color Harmonies of #95BC5A
Complementary color
Monochromatic Colors of #95BC5A
Black with #95BC5A
Text Example
Text Example
White with #95BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BC5A; }
p { color: rgb(149,188,90); }
H1.HeaderClassName
{
color: #95BC5A;
}
.AnyTagClassName
{
color: #95BC5A;
}
</style>
background-color css
<style>
a { background-color: #95BC5A; }
a { background-color: rgb(149,188,90); }
div.DivClassName
{
background-color: #95BC5A;
}
.BgClassName
{
background-color: #95BC5A;
}
</style>
border-color css
<style>
span { border-color: #95BC5A; }
span { border-color: rgb(149,188,90); }
td.TdClassName
{
border-color: #95BC5A;
}
.TagClassName
{
border-color: #95BC5A;
}
</style>