Shades of Chelsea Cucumber #95B45A
Tints of Chelsea Cucumber #95B45A
RGB
CMYK
RGB Variations
Color information
#95B45A (or 0x95B45A) is known color: Chelsea Cucumber. HEX triplet: 95, B4 and 5A. RGB value is (149,180,90). Sum of RGB (Red+Green+Blue) = 149+180+90=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #95B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B45A is #6A4BA5. Grayscale: #A0A0A0. Windows color (decimal): -6966182 or 5944469. OLE color: 5944469.
HSL color Cylindrical-coordinate representation of color #95B45A: hue angle of 80.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95B45A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 180 | 90 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.29 |
| HSL | 80.67º | 0.38% | 0.53% | - |
| HSV(B) | 80.67º | 0.5% | 0.71% | - |
| XYZ | 30.56 | 39.77 | 15.74 | - |
| YUV | 160.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 180 | 90 | 0.17 | 0 | 0.50 | 0.29 | 80.67 | 0.38 | 0.53 |
| Hex | 95 | B4 | 5A | 11 | 0 | 32 | 1D | 51 | 26 | 35 |
| Octal | 225 | 264 | 132 | 21 | 0 | 62 | 35 | 121 | 46 | 65 |
| Binary | 10010101 | 10110100 | 1011010 | 10001 | 0 | 110010 | 11101 | 1010001 | 100110 | 110101 |
Color Harmonies of #95B45A
Complementary color
Monochromatic Colors of #95B45A
Black with #95B45A
Text Example
Text Example
White with #95B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B45A; }
p { color: rgb(149,180,90); }
H1.HeaderClassName
{
color: #95B45A;
}
.AnyTagClassName
{
color: #95B45A;
}
</style>
background-color css
<style>
a { background-color: #95B45A; }
a { background-color: rgb(149,180,90); }
div.DivClassName
{
background-color: #95B45A;
}
.BgClassName
{
background-color: #95B45A;
}
</style>
border-color css
<style>
span { border-color: #95B45A; }
span { border-color: rgb(149,180,90); }
td.TdClassName
{
border-color: #95B45A;
}
.TagClassName
{
border-color: #95B45A;
}
</style>