Shades of Chelsea Cucumber #95B850
Tints of Chelsea Cucumber #95B850
RGB
CMYK
RGB Variations
Color information
#95B850 (or 0x95B850) is known color: Chelsea Cucumber. HEX triplet: 95, B8 and 50. RGB value is (149,184,80). Sum of RGB (Red+Green+Blue) = 149+184+80=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 184 - color contains mainly: green. Hex color #95B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B850 is #6A47AF. Grayscale: #A2A2A2. Windows color (decimal): -6965168 or 5290133. OLE color: 5290133.
HSL color Cylindrical-coordinate representation of color #95B850: hue angle of 80.19º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95B850 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 184 | 80 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.28 |
| HSL | 80.19º | 0.42% | 0.52% | - |
| HSV(B) | 80.19º | 0.57% | 0.72% | - |
| XYZ | 30.98 | 41.25 | 13.92 | - |
| YUV | 161.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 80 | 0.19 | 0 | 0.57 | 0.28 | 80.19 | 0.42 | 0.52 |
| Hex | 95 | B8 | 50 | 13 | 0 | 39 | 1C | 50 | 2A | 34 |
| Octal | 225 | 270 | 120 | 23 | 0 | 71 | 34 | 120 | 52 | 64 |
| Binary | 10010101 | 10111000 | 1010000 | 10011 | 0 | 111001 | 11100 | 1010000 | 101010 | 110100 |
Color Harmonies of #95B850
Complementary color
Monochromatic Colors of #95B850
Black with #95B850
Text Example
Text Example
White with #95B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B850; }
p { color: rgb(149,184,80); }
H1.HeaderClassName
{
color: #95B850;
}
.AnyTagClassName
{
color: #95B850;
}
</style>
background-color css
<style>
a { background-color: #95B850; }
a { background-color: rgb(149,184,80); }
div.DivClassName
{
background-color: #95B850;
}
.BgClassName
{
background-color: #95B850;
}
</style>
border-color css
<style>
span { border-color: #95B850; }
span { border-color: rgb(149,184,80); }
td.TdClassName
{
border-color: #95B850;
}
.TagClassName
{
border-color: #95B850;
}
</style>