Shades of Chelsea Cucumber #94B85D
Tints of Chelsea Cucumber #94B85D
RGB
CMYK
RGB Variations
Color information
#94B85D (or 0x94B85D) is known color: Chelsea Cucumber. HEX triplet: 94, B8 and 5D. RGB value is (148,184,93). Sum of RGB (Red+Green+Blue) = 148+184+93=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 184 - color contains mainly: green. Hex color #94B85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B85D is #6B47A2. Grayscale: #A3A3A3. Windows color (decimal): -7030691 or 6142100. OLE color: 6142100.
HSL color Cylindrical-coordinate representation of color #94B85D: hue angle of 83.74º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94B85D is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 184 | 93 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.28 |
| HSL | 83.74º | 0.39% | 0.54% | - |
| HSV(B) | 83.74º | 0.49% | 0.72% | - |
| XYZ | 31.33 | 41.37 | 16.69 | - |
| YUV | 162.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 93 | 0.20 | 0 | 0.49 | 0.28 | 83.74 | 0.39 | 0.54 |
| Hex | 94 | B8 | 5D | 14 | 0 | 31 | 1C | 54 | 27 | 36 |
| Octal | 224 | 270 | 135 | 24 | 0 | 61 | 34 | 124 | 47 | 66 |
| Binary | 10010100 | 10111000 | 1011101 | 10100 | 0 | 110001 | 11100 | 1010100 | 100111 | 110110 |
Color Harmonies of #94B85D
Complementary color
Monochromatic Colors of #94B85D
Black with #94B85D
Text Example
Text Example
White with #94B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B85D; }
p { color: rgb(148,184,93); }
H1.HeaderClassName
{
color: #94B85D;
}
.AnyTagClassName
{
color: #94B85D;
}
</style>
background-color css
<style>
a { background-color: #94B85D; }
a { background-color: rgb(148,184,93); }
div.DivClassName
{
background-color: #94B85D;
}
.BgClassName
{
background-color: #94B85D;
}
</style>
border-color css
<style>
span { border-color: #94B85D; }
span { border-color: rgb(148,184,93); }
td.TdClassName
{
border-color: #94B85D;
}
.TagClassName
{
border-color: #94B85D;
}
</style>