Shades of Chelsea Cucumber #94AE59
Tints of Chelsea Cucumber #94AE59
RGB
CMYK
RGB Variations
Color information
#94AE59 (or 0x94AE59) is known color: Chelsea Cucumber. HEX triplet: 94, AE and 59. RGB value is (148,174,89). Sum of RGB (Red+Green+Blue) = 148+174+89=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AE59 is #6B51A6. Grayscale: #9C9C9C. Windows color (decimal): -7033255 or 5877396. OLE color: 5877396.
HSL color Cylindrical-coordinate representation of color #94AE59: hue angle of 78.35º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94AE59 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 174 | 89 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.32 |
| HSL | 78.35º | 0.34% | 0.52% | - |
| HSV(B) | 78.35º | 0.49% | 0.68% | - |
| XYZ | 29.15 | 37.29 | 15.11 | - |
| YUV | 156.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 89 | 0.15 | 0 | 0.49 | 0.32 | 78.35 | 0.34 | 0.52 |
| Hex | 94 | AE | 59 | F | 0 | 31 | 20 | 4E | 22 | 34 |
| Octal | 224 | 256 | 131 | 17 | 0 | 61 | 40 | 116 | 42 | 64 |
| Binary | 10010100 | 10101110 | 1011001 | 1111 | 0 | 110001 | 100000 | 1001110 | 100010 | 110100 |
Color Harmonies of #94AE59
Complementary color
Monochromatic Colors of #94AE59
Black with #94AE59
Text Example
Text Example
White with #94AE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AE59; }
p { color: rgb(148,174,89); }
H1.HeaderClassName
{
color: #94AE59;
}
.AnyTagClassName
{
color: #94AE59;
}
</style>
background-color css
<style>
a { background-color: #94AE59; }
a { background-color: rgb(148,174,89); }
div.DivClassName
{
background-color: #94AE59;
}
.BgClassName
{
background-color: #94AE59;
}
</style>
border-color css
<style>
span { border-color: #94AE59; }
span { border-color: rgb(148,174,89); }
td.TdClassName
{
border-color: #94AE59;
}
.TagClassName
{
border-color: #94AE59;
}
</style>