Shades of Chelsea Cucumber #94BA4C
Tints of Chelsea Cucumber #94BA4C
RGB
CMYK
RGB Variations
Color information
#94BA4C (or 0x94BA4C) is known color: Chelsea Cucumber. HEX triplet: 94, BA and 4C. RGB value is (148,186,76). Sum of RGB (Red+Green+Blue) = 148+186+76=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA4C is #6B45B3. Grayscale: #A2A2A2. Windows color (decimal): -7030196 or 5028500. OLE color: 5028500.
HSL color Cylindrical-coordinate representation of color #94BA4C: hue angle of 80.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94BA4C is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 186 | 76 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.27 |
| HSL | 80.73º | 0.44% | 0.51% | - |
| HSV(B) | 80.73º | 0.59% | 0.73% | - |
| XYZ | 31.08 | 41.94 | 13.29 | - |
| YUV | 162.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 76 | 0.20 | 0 | 0.59 | 0.27 | 80.73 | 0.44 | 0.51 |
| Hex | 94 | BA | 4C | 14 | 0 | 3B | 1B | 51 | 2C | 33 |
| Octal | 224 | 272 | 114 | 24 | 0 | 73 | 33 | 121 | 54 | 63 |
| Binary | 10010100 | 10111010 | 1001100 | 10100 | 0 | 111011 | 11011 | 1010001 | 101100 | 110011 |
Color Harmonies of #94BA4C
Complementary color
Monochromatic Colors of #94BA4C
Black with #94BA4C
Text Example
Text Example
White with #94BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BA4C; }
p { color: rgb(148,186,76); }
H1.HeaderClassName
{
color: #94BA4C;
}
.AnyTagClassName
{
color: #94BA4C;
}
</style>
background-color css
<style>
a { background-color: #94BA4C; }
a { background-color: rgb(148,186,76); }
div.DivClassName
{
background-color: #94BA4C;
}
.BgClassName
{
background-color: #94BA4C;
}
</style>
border-color css
<style>
span { border-color: #94BA4C; }
span { border-color: rgb(148,186,76); }
td.TdClassName
{
border-color: #94BA4C;
}
.TagClassName
{
border-color: #94BA4C;
}
</style>