Shades of Chelsea Cucumber #94BD56
Tints of Chelsea Cucumber #94BD56
RGB
CMYK
RGB Variations
Color information
#94BD56 (or 0x94BD56) is known color: Chelsea Cucumber. HEX triplet: 94, BD and 56. RGB value is (148,189,86). Sum of RGB (Red+Green+Blue) = 148+189+86=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD56 is #6B42A9. Grayscale: #A5A5A5. Windows color (decimal): -7029418 or 5684628. OLE color: 5684628.
HSL color Cylindrical-coordinate representation of color #94BD56: hue angle of 83.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94BD56 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 86 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.26 |
| HSL | 83.88º | 0.44% | 0.54% | - |
| HSV(B) | 83.88º | 0.54% | 0.74% | - |
| XYZ | 32.09 | 43.36 | 15.48 | - |
| YUV | 165 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 86 | 0.22 | 0 | 0.54 | 0.26 | 83.88 | 0.44 | 0.54 |
| Hex | 94 | BD | 56 | 16 | 0 | 36 | 1A | 54 | 2C | 36 |
| Octal | 224 | 275 | 126 | 26 | 0 | 66 | 32 | 124 | 54 | 66 |
| Binary | 10010100 | 10111101 | 1010110 | 10110 | 0 | 110110 | 11010 | 1010100 | 101100 | 110110 |
Color Harmonies of #94BD56
Complementary color
Monochromatic Colors of #94BD56
Black with #94BD56
Text Example
Text Example
White with #94BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD56; }
p { color: rgb(148,189,86); }
H1.HeaderClassName
{
color: #94BD56;
}
.AnyTagClassName
{
color: #94BD56;
}
</style>
background-color css
<style>
a { background-color: #94BD56; }
a { background-color: rgb(148,189,86); }
div.DivClassName
{
background-color: #94BD56;
}
.BgClassName
{
background-color: #94BD56;
}
</style>
border-color css
<style>
span { border-color: #94BD56; }
span { border-color: rgb(148,189,86); }
td.TdClassName
{
border-color: #94BD56;
}
.TagClassName
{
border-color: #94BD56;
}
</style>