Shades of Chelsea Cucumber #95AD59
Tints of Chelsea Cucumber #95AD59
RGB
CMYK
RGB Variations
Color information
#95AD59 (or 0x95AD59) is known color: Chelsea Cucumber. HEX triplet: 95, AD and 59. RGB value is (149,173,89). Sum of RGB (Red+Green+Blue) = 149+173+89=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD59 is #6A52A6. Grayscale: #9C9C9C. Windows color (decimal): -6967975 or 5877141. OLE color: 5877141.
HSL color Cylindrical-coordinate representation of color #95AD59: hue angle of 77.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95AD59 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 89 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.32 |
| HSL | 77.14º | 0.34% | 0.51% | - |
| HSV(B) | 77.14º | 0.49% | 0.68% | - |
| XYZ | 29.14 | 37 | 15.06 | - |
| YUV | 156.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 89 | 0.14 | 0 | 0.49 | 0.32 | 77.14 | 0.34 | 0.51 |
| Hex | 95 | AD | 59 | E | 0 | 31 | 20 | 4D | 22 | 33 |
| Octal | 225 | 255 | 131 | 16 | 0 | 61 | 40 | 115 | 42 | 63 |
| Binary | 10010101 | 10101101 | 1011001 | 1110 | 0 | 110001 | 100000 | 1001101 | 100010 | 110011 |
Color Harmonies of #95AD59
Complementary color
Monochromatic Colors of #95AD59
Black with #95AD59
Text Example
Text Example
White with #95AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD59; }
p { color: rgb(149,173,89); }
H1.HeaderClassName
{
color: #95AD59;
}
.AnyTagClassName
{
color: #95AD59;
}
</style>
background-color css
<style>
a { background-color: #95AD59; }
a { background-color: rgb(149,173,89); }
div.DivClassName
{
background-color: #95AD59;
}
.BgClassName
{
background-color: #95AD59;
}
</style>
border-color css
<style>
span { border-color: #95AD59; }
span { border-color: rgb(149,173,89); }
td.TdClassName
{
border-color: #95AD59;
}
.TagClassName
{
border-color: #95AD59;
}
</style>