Shades of Chelsea Cucumber #95BA5C
Tints of Chelsea Cucumber #95BA5C
RGB
CMYK
RGB Variations
Color information
#95BA5C (or 0x95BA5C) is known color: Chelsea Cucumber. HEX triplet: 95, BA and 5C. RGB value is (149,186,92). Sum of RGB (Red+Green+Blue) = 149+186+92=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BA5C is #6A45A3. Grayscale: #A4A4A4. Windows color (decimal): -6964644 or 6077077. OLE color: 6077077.
HSL color Cylindrical-coordinate representation of color #95BA5C: hue angle of 83.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95BA5C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 92 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.27 |
| HSL | 83.62º | 0.41% | 0.55% | - |
| HSV(B) | 83.62º | 0.51% | 0.73% | - |
| XYZ | 31.89 | 42.28 | 16.61 | - |
| YUV | 164.22 | 87.24 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 92 | 0.20 | 0 | 0.51 | 0.27 | 83.62 | 0.41 | 0.55 |
| Hex | 95 | BA | 5C | 14 | 0 | 33 | 1B | 54 | 29 | 37 |
| Octal | 225 | 272 | 134 | 24 | 0 | 63 | 33 | 124 | 51 | 67 |
| Binary | 10010101 | 10111010 | 1011100 | 10100 | 0 | 110011 | 11011 | 1010100 | 101001 | 110111 |
Color Harmonies of #95BA5C
Complementary color
Monochromatic Colors of #95BA5C
Black with #95BA5C
Text Example
Text Example
White with #95BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA5C; }
p { color: rgb(149,186,92); }
H1.HeaderClassName
{
color: #95BA5C;
}
.AnyTagClassName
{
color: #95BA5C;
}
</style>
background-color css
<style>
a { background-color: #95BA5C; }
a { background-color: rgb(149,186,92); }
div.DivClassName
{
background-color: #95BA5C;
}
.BgClassName
{
background-color: #95BA5C;
}
</style>
border-color css
<style>
span { border-color: #95BA5C; }
span { border-color: rgb(149,186,92); }
td.TdClassName
{
border-color: #95BA5C;
}
.TagClassName
{
border-color: #95BA5C;
}
</style>