Shades of Chelsea Cucumber #95AE5C
Tints of Chelsea Cucumber #95AE5C
RGB
CMYK
RGB Variations
Color information
#95AE5C (or 0x95AE5C) is known color: Chelsea Cucumber. HEX triplet: 95, AE and 5C. RGB value is (149,174,92). Sum of RGB (Red+Green+Blue) = 149+174+92=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AE5C is #6A51A3. Grayscale: #9D9D9D. Windows color (decimal): -6967716 or 6074005. OLE color: 6074005.
HSL color Cylindrical-coordinate representation of color #95AE5C: hue angle of 78.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95AE5C is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 174 | 92 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.32 |
| HSL | 78.29º | 0.34% | 0.52% | - |
| HSV(B) | 78.29º | 0.47% | 0.68% | - |
| XYZ | 29.46 | 37.43 | 15.8 | - |
| YUV | 157.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 174 | 92 | 0.14 | 0 | 0.47 | 0.32 | 78.29 | 0.34 | 0.52 |
| Hex | 95 | AE | 5C | E | 0 | 2F | 20 | 4E | 22 | 34 |
| Octal | 225 | 256 | 134 | 16 | 0 | 57 | 40 | 116 | 42 | 64 |
| Binary | 10010101 | 10101110 | 1011100 | 1110 | 0 | 101111 | 100000 | 1001110 | 100010 | 110100 |
Color Harmonies of #95AE5C
Complementary color
Monochromatic Colors of #95AE5C
Black with #95AE5C
Text Example
Text Example
White with #95AE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AE5C; }
p { color: rgb(149,174,92); }
H1.HeaderClassName
{
color: #95AE5C;
}
.AnyTagClassName
{
color: #95AE5C;
}
</style>
background-color css
<style>
a { background-color: #95AE5C; }
a { background-color: rgb(149,174,92); }
div.DivClassName
{
background-color: #95AE5C;
}
.BgClassName
{
background-color: #95AE5C;
}
</style>
border-color css
<style>
span { border-color: #95AE5C; }
span { border-color: rgb(149,174,92); }
td.TdClassName
{
border-color: #95AE5C;
}
.TagClassName
{
border-color: #95AE5C;
}
</style>