Shades of Chelsea Cucumber #95B84A
Tints of Chelsea Cucumber #95B84A
RGB
CMYK
RGB Variations
Color information
#95B84A (or 0x95B84A) is known color: Chelsea Cucumber. HEX triplet: 95, B8 and 4A. RGB value is (149,184,74). Sum of RGB (Red+Green+Blue) = 149+184+74=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #95B84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B84A is #6A47B5. Grayscale: #A1A1A1. Windows color (decimal): -6965174 or 4896917. OLE color: 4896917.
HSL color Cylindrical-coordinate representation of color #95B84A: hue angle of 79.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95B84A is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 184 | 74 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.28 |
| HSL | 79.09º | 0.44% | 0.51% | - |
| HSV(B) | 79.09º | 0.6% | 0.72% | - |
| XYZ | 30.77 | 41.16 | 12.8 | - |
| YUV | 161 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 74 | 0.19 | 0 | 0.60 | 0.28 | 79.09 | 0.44 | 0.51 |
| Hex | 95 | B8 | 4A | 13 | 0 | 3C | 1C | 4F | 2C | 33 |
| Octal | 225 | 270 | 112 | 23 | 0 | 74 | 34 | 117 | 54 | 63 |
| Binary | 10010101 | 10111000 | 1001010 | 10011 | 0 | 111100 | 11100 | 1001111 | 101100 | 110011 |
Color Harmonies of #95B84A
Complementary color
Monochromatic Colors of #95B84A
Black with #95B84A
Text Example
Text Example
White with #95B84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B84A; }
p { color: rgb(149,184,74); }
H1.HeaderClassName
{
color: #95B84A;
}
.AnyTagClassName
{
color: #95B84A;
}
</style>
background-color css
<style>
a { background-color: #95B84A; }
a { background-color: rgb(149,184,74); }
div.DivClassName
{
background-color: #95B84A;
}
.BgClassName
{
background-color: #95B84A;
}
</style>
border-color css
<style>
span { border-color: #95B84A; }
span { border-color: rgb(149,184,74); }
td.TdClassName
{
border-color: #95B84A;
}
.TagClassName
{
border-color: #95B84A;
}
</style>