Shades of Chelsea Cucumber #95B546
Tints of Chelsea Cucumber #95B546
RGB
CMYK
RGB Variations
Color information
#95B546 (or 0x95B546) is known color: Chelsea Cucumber. HEX triplet: 95, B5 and 46. RGB value is (149,181,70). Sum of RGB (Red+Green+Blue) = 149+181+70=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #95B546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B546 is #6A4AB9. Grayscale: #9F9F9F. Windows color (decimal): -6965946 or 4634005. OLE color: 4634005.
HSL color Cylindrical-coordinate representation of color #95B546: hue angle of 77.3º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95B546 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 181 | 70 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.29 |
| HSL | 77.3º | 0.44% | 0.49% | - |
| HSV(B) | 77.3º | 0.61% | 0.71% | - |
| XYZ | 30.02 | 39.88 | 11.91 | - |
| YUV | 158.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 181 | 70 | 0.18 | 0 | 0.61 | 0.29 | 77.3 | 0.44 | 0.49 |
| Hex | 95 | B5 | 46 | 12 | 0 | 3D | 1D | 4D | 2C | 31 |
| Octal | 225 | 265 | 106 | 22 | 0 | 75 | 35 | 115 | 54 | 61 |
| Binary | 10010101 | 10110101 | 1000110 | 10010 | 0 | 111101 | 11101 | 1001101 | 101100 | 110001 |
Color Harmonies of #95B546
Complementary color
Monochromatic Colors of #95B546
Black with #95B546
Text Example
Text Example
White with #95B546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B546; }
p { color: rgb(149,181,70); }
H1.HeaderClassName
{
color: #95B546;
}
.AnyTagClassName
{
color: #95B546;
}
</style>
background-color css
<style>
a { background-color: #95B546; }
a { background-color: rgb(149,181,70); }
div.DivClassName
{
background-color: #95B546;
}
.BgClassName
{
background-color: #95B546;
}
</style>
border-color css
<style>
span { border-color: #95B546; }
span { border-color: rgb(149,181,70); }
td.TdClassName
{
border-color: #95B546;
}
.TagClassName
{
border-color: #95B546;
}
</style>