Shades of Chelsea Cucumber #94B558
Tints of Chelsea Cucumber #94B558
RGB
CMYK
RGB Variations
Color information
#94B558 (or 0x94B558) is known color: Chelsea Cucumber. HEX triplet: 94, B5 and 58. RGB value is (148,181,88). Sum of RGB (Red+Green+Blue) = 148+181+88=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #94B558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B558 is #6B4AA7. Grayscale: #A0A0A0. Windows color (decimal): -7031464 or 5813652. OLE color: 5813652.
HSL color Cylindrical-coordinate representation of color #94B558: hue angle of 81.29º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94B558 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 181 | 88 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.29 |
| HSL | 81.29º | 0.39% | 0.53% | - |
| HSV(B) | 81.29º | 0.51% | 0.71% | - |
| XYZ | 30.5 | 40.05 | 15.36 | - |
| YUV | 160.53 | 87.07 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 181 | 88 | 0.18 | 0 | 0.51 | 0.29 | 81.29 | 0.39 | 0.53 |
| Hex | 94 | B5 | 58 | 12 | 0 | 33 | 1D | 51 | 27 | 35 |
| Octal | 224 | 265 | 130 | 22 | 0 | 63 | 35 | 121 | 47 | 65 |
| Binary | 10010100 | 10110101 | 1011000 | 10010 | 0 | 110011 | 11101 | 1010001 | 100111 | 110101 |
Color Harmonies of #94B558
Complementary color
Monochromatic Colors of #94B558
Black with #94B558
Text Example
Text Example
White with #94B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B558; }
p { color: rgb(148,181,88); }
H1.HeaderClassName
{
color: #94B558;
}
.AnyTagClassName
{
color: #94B558;
}
</style>
background-color css
<style>
a { background-color: #94B558; }
a { background-color: rgb(148,181,88); }
div.DivClassName
{
background-color: #94B558;
}
.BgClassName
{
background-color: #94B558;
}
</style>
border-color css
<style>
span { border-color: #94B558; }
span { border-color: rgb(148,181,88); }
td.TdClassName
{
border-color: #94B558;
}
.TagClassName
{
border-color: #94B558;
}
</style>