Shades of Chelsea Cucumber #95B45E
Tints of Chelsea Cucumber #95B45E
RGB
CMYK
RGB Variations
Color information
#95B45E (or 0x95B45E) is known color: Chelsea Cucumber. HEX triplet: 95, B4 and 5E. RGB value is (149,180,94). Sum of RGB (Red+Green+Blue) = 149+180+94=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #95B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B45E is #6A4BA1. Grayscale: #A1A1A1. Windows color (decimal): -6966178 or 6206613. OLE color: 6206613.
HSL color Cylindrical-coordinate representation of color #95B45E: hue angle of 81.63º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95B45E is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 180 | 94 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.29 |
| HSL | 81.63º | 0.36% | 0.54% | - |
| HSV(B) | 81.63º | 0.48% | 0.71% | - |
| XYZ | 30.74 | 39.84 | 16.66 | - |
| YUV | 160.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 180 | 94 | 0.17 | 0 | 0.48 | 0.29 | 81.63 | 0.36 | 0.54 |
| Hex | 95 | B4 | 5E | 11 | 0 | 30 | 1D | 52 | 24 | 36 |
| Octal | 225 | 264 | 136 | 21 | 0 | 60 | 35 | 122 | 44 | 66 |
| Binary | 10010101 | 10110100 | 1011110 | 10001 | 0 | 110000 | 11101 | 1010010 | 100100 | 110110 |
Color Harmonies of #95B45E
Complementary color
Monochromatic Colors of #95B45E
Black with #95B45E
Text Example
Text Example
White with #95B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B45E; }
p { color: rgb(149,180,94); }
H1.HeaderClassName
{
color: #95B45E;
}
.AnyTagClassName
{
color: #95B45E;
}
</style>
background-color css
<style>
a { background-color: #95B45E; }
a { background-color: rgb(149,180,94); }
div.DivClassName
{
background-color: #95B45E;
}
.BgClassName
{
background-color: #95B45E;
}
</style>
border-color css
<style>
span { border-color: #95B45E; }
span { border-color: rgb(149,180,94); }
td.TdClassName
{
border-color: #95B45E;
}
.TagClassName
{
border-color: #95B45E;
}
</style>