Shades of Chelsea Cucumber #94BA4E
Tints of Chelsea Cucumber #94BA4E
RGB
CMYK
RGB Variations
Color information
#94BA4E (or 0x94BA4E) is known color: Chelsea Cucumber. HEX triplet: 94, BA and 4E. RGB value is (148,186,78). Sum of RGB (Red+Green+Blue) = 148+186+78=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA4E is #6B45B1. Grayscale: #A2A2A2. Windows color (decimal): -7030194 or 5159572. OLE color: 5159572.
HSL color Cylindrical-coordinate representation of color #94BA4E: hue angle of 81.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94BA4E is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 186 | 78 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.27 |
| HSL | 81.11º | 0.44% | 0.52% | - |
| HSV(B) | 81.11º | 0.58% | 0.73% | - |
| XYZ | 31.15 | 41.96 | 13.67 | - |
| YUV | 162.33 | 80.41 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 78 | 0.20 | 0 | 0.58 | 0.27 | 81.11 | 0.44 | 0.52 |
| Hex | 94 | BA | 4E | 14 | 0 | 3A | 1B | 51 | 2C | 34 |
| Octal | 224 | 272 | 116 | 24 | 0 | 72 | 33 | 121 | 54 | 64 |
| Binary | 10010100 | 10111010 | 1001110 | 10100 | 0 | 111010 | 11011 | 1010001 | 101100 | 110100 |
Color Harmonies of #94BA4E
Complementary color
Monochromatic Colors of #94BA4E
Black with #94BA4E
Text Example
Text Example
White with #94BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BA4E; }
p { color: rgb(148,186,78); }
H1.HeaderClassName
{
color: #94BA4E;
}
.AnyTagClassName
{
color: #94BA4E;
}
</style>
background-color css
<style>
a { background-color: #94BA4E; }
a { background-color: rgb(148,186,78); }
div.DivClassName
{
background-color: #94BA4E;
}
.BgClassName
{
background-color: #94BA4E;
}
</style>
border-color css
<style>
span { border-color: #94BA4E; }
span { border-color: rgb(148,186,78); }
td.TdClassName
{
border-color: #94BA4E;
}
.TagClassName
{
border-color: #94BA4E;
}
</style>