Shades of Chelsea Cucumber #94BA4D
Tints of Chelsea Cucumber #94BA4D
RGB
CMYK
RGB Variations
Color information
#94BA4D (or 0x94BA4D) is known color: Chelsea Cucumber. HEX triplet: 94, BA and 4D. RGB value is (148,186,77). Sum of RGB (Red+Green+Blue) = 148+186+77=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA4D is #6B45B2. Grayscale: #A2A2A2. Windows color (decimal): -7030195 or 5094036. OLE color: 5094036.
HSL color Cylindrical-coordinate representation of color #94BA4D: hue angle of 80.92º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94BA4D is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 186 | 77 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.27 |
| HSL | 80.92º | 0.44% | 0.52% | - |
| HSV(B) | 80.92º | 0.59% | 0.73% | - |
| XYZ | 31.11 | 41.95 | 13.48 | - |
| YUV | 162.21 | 79.91 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 77 | 0.20 | 0 | 0.59 | 0.27 | 80.92 | 0.44 | 0.52 |
| Hex | 94 | BA | 4D | 14 | 0 | 3B | 1B | 51 | 2C | 34 |
| Octal | 224 | 272 | 115 | 24 | 0 | 73 | 33 | 121 | 54 | 64 |
| Binary | 10010100 | 10111010 | 1001101 | 10100 | 0 | 111011 | 11011 | 1010001 | 101100 | 110100 |
Color Harmonies of #94BA4D
Complementary color
Monochromatic Colors of #94BA4D
Black with #94BA4D
Text Example
Text Example
White with #94BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BA4D; }
p { color: rgb(148,186,77); }
H1.HeaderClassName
{
color: #94BA4D;
}
.AnyTagClassName
{
color: #94BA4D;
}
</style>
background-color css
<style>
a { background-color: #94BA4D; }
a { background-color: rgb(148,186,77); }
div.DivClassName
{
background-color: #94BA4D;
}
.BgClassName
{
background-color: #94BA4D;
}
</style>
border-color css
<style>
span { border-color: #94BA4D; }
span { border-color: rgb(148,186,77); }
td.TdClassName
{
border-color: #94BA4D;
}
.TagClassName
{
border-color: #94BA4D;
}
</style>