Shades of Chelsea Cucumber #94B955
Tints of Chelsea Cucumber #94B955
RGB
CMYK
RGB Variations
Color information
#94B955 (or 0x94B955) is known color: Chelsea Cucumber. HEX triplet: 94, B9 and 55. RGB value is (148,185,85). Sum of RGB (Red+Green+Blue) = 148+185+85=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #94B955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B955 is #6B46AA. Grayscale: #A2A2A2. Windows color (decimal): -7030443 or 5618068. OLE color: 5618068.
HSL color Cylindrical-coordinate representation of color #94B955: hue angle of 82.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94B955 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 185 | 85 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.27 |
| HSL | 82.2º | 0.42% | 0.53% | - |
| HSV(B) | 82.2º | 0.54% | 0.73% | - |
| XYZ | 31.2 | 41.65 | 14.99 | - |
| YUV | 162.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 185 | 85 | 0.20 | 0 | 0.54 | 0.27 | 82.2 | 0.42 | 0.53 |
| Hex | 94 | B9 | 55 | 14 | 0 | 36 | 1B | 52 | 2A | 35 |
| Octal | 224 | 271 | 125 | 24 | 0 | 66 | 33 | 122 | 52 | 65 |
| Binary | 10010100 | 10111001 | 1010101 | 10100 | 0 | 110110 | 11011 | 1010010 | 101010 | 110101 |
Color Harmonies of #94B955
Complementary color
Monochromatic Colors of #94B955
Black with #94B955
Text Example
Text Example
White with #94B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B955; }
p { color: rgb(148,185,85); }
H1.HeaderClassName
{
color: #94B955;
}
.AnyTagClassName
{
color: #94B955;
}
</style>
background-color css
<style>
a { background-color: #94B955; }
a { background-color: rgb(148,185,85); }
div.DivClassName
{
background-color: #94B955;
}
.BgClassName
{
background-color: #94B955;
}
</style>
border-color css
<style>
span { border-color: #94B955; }
span { border-color: rgb(148,185,85); }
td.TdClassName
{
border-color: #94B955;
}
.TagClassName
{
border-color: #94B955;
}
</style>