Shades of Chelsea Cucumber #94A849
Tints of Chelsea Cucumber #94A849
RGB
CMYK
RGB Variations
Color information
#94A849 (or 0x94A849) is known color: Chelsea Cucumber. HEX triplet: 94, A8 and 49. RGB value is (148,168,73). Sum of RGB (Red+Green+Blue) = 148+168+73=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #94A849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A849 is #6B57B6. Grayscale: #979797. Windows color (decimal): -7034807 or 4827284. OLE color: 4827284.
HSL color Cylindrical-coordinate representation of color #94A849: hue angle of 72.63º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94A849 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 73 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.34 |
| HSL | 72.63º | 0.39% | 0.47% | - |
| HSV(B) | 72.63º | 0.57% | 0.66% | - |
| XYZ | 27.42 | 34.78 | 11.57 | - |
| YUV | 151.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 73 | 0.12 | 0 | 0.57 | 0.34 | 72.63 | 0.39 | 0.47 |
| Hex | 94 | A8 | 49 | C | 0 | 39 | 22 | 49 | 27 | 2F |
| Octal | 224 | 250 | 111 | 14 | 0 | 71 | 42 | 111 | 47 | 57 |
| Binary | 10010100 | 10101000 | 1001001 | 1100 | 0 | 111001 | 100010 | 1001001 | 100111 | 101111 |
Color Harmonies of #94A849
Complementary color
Monochromatic Colors of #94A849
Black with #94A849
Text Example
Text Example
White with #94A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A849; }
p { color: rgb(148,168,73); }
H1.HeaderClassName
{
color: #94A849;
}
.AnyTagClassName
{
color: #94A849;
}
</style>
background-color css
<style>
a { background-color: #94A849; }
a { background-color: rgb(148,168,73); }
div.DivClassName
{
background-color: #94A849;
}
.BgClassName
{
background-color: #94A849;
}
</style>
border-color css
<style>
span { border-color: #94A849; }
span { border-color: rgb(148,168,73); }
td.TdClassName
{
border-color: #94A849;
}
.TagClassName
{
border-color: #94A849;
}
</style>