Shades of Chelsea Cucumber #94AA4D
Tints of Chelsea Cucumber #94AA4D
RGB
CMYK
RGB Variations
Color information
#94AA4D (or 0x94AA4D) is known color: Chelsea Cucumber. HEX triplet: 94, AA and 4D. RGB value is (148,170,77). Sum of RGB (Red+Green+Blue) = 148+170+77=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA4D is #6B55B2. Grayscale: #999999. Windows color (decimal): -7034291 or 5089940. OLE color: 5089940.
HSL color Cylindrical-coordinate representation of color #94AA4D: hue angle of 74.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94AA4D is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 77 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.33 |
| HSL | 74.19º | 0.38% | 0.48% | - |
| HSV(B) | 74.19º | 0.55% | 0.67% | - |
| XYZ | 27.93 | 35.58 | 12.42 | - |
| YUV | 152.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 77 | 0.13 | 0 | 0.55 | 0.33 | 74.19 | 0.38 | 0.48 |
| Hex | 94 | AA | 4D | D | 0 | 37 | 21 | 4A | 26 | 30 |
| Octal | 224 | 252 | 115 | 15 | 0 | 67 | 41 | 112 | 46 | 60 |
| Binary | 10010100 | 10101010 | 1001101 | 1101 | 0 | 110111 | 100001 | 1001010 | 100110 | 110000 |
Color Harmonies of #94AA4D
Complementary color
Monochromatic Colors of #94AA4D
Black with #94AA4D
Text Example
Text Example
White with #94AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA4D; }
p { color: rgb(148,170,77); }
H1.HeaderClassName
{
color: #94AA4D;
}
.AnyTagClassName
{
color: #94AA4D;
}
</style>
background-color css
<style>
a { background-color: #94AA4D; }
a { background-color: rgb(148,170,77); }
div.DivClassName
{
background-color: #94AA4D;
}
.BgClassName
{
background-color: #94AA4D;
}
</style>
border-color css
<style>
span { border-color: #94AA4D; }
span { border-color: rgb(148,170,77); }
td.TdClassName
{
border-color: #94AA4D;
}
.TagClassName
{
border-color: #94AA4D;
}
</style>