Shades of Chelsea Cucumber #94AB68
Tints of Chelsea Cucumber #94AB68
RGB
CMYK
RGB Variations
Color information
#94AB68 (or 0x94AB68) is known color: Chelsea Cucumber. HEX triplet: 94, AB and 68. RGB value is (148,171,104). Sum of RGB (Red+Green+Blue) = 148+171+104=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AB68 is #6B5497. Grayscale: #9C9C9C. Windows color (decimal): -7034008 or 6859668. OLE color: 6859668.
HSL color Cylindrical-coordinate representation of color #94AB68: hue angle of 80.6º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94AB68 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 171 | 104 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.33 |
| HSL | 80.6º | 0.29% | 0.54% | - |
| HSV(B) | 80.6º | 0.39% | 0.67% | - |
| XYZ | 29.27 | 36.42 | 18.58 | - |
| YUV | 156.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 104 | 0.13 | 0 | 0.39 | 0.33 | 80.6 | 0.29 | 0.54 |
| Hex | 94 | AB | 68 | D | 0 | 27 | 21 | 51 | 1D | 36 |
| Octal | 224 | 253 | 150 | 15 | 0 | 47 | 41 | 121 | 35 | 66 |
| Binary | 10010100 | 10101011 | 1101000 | 1101 | 0 | 100111 | 100001 | 1010001 | 11101 | 110110 |
Color Harmonies of #94AB68
Complementary color
Monochromatic Colors of #94AB68
Black with #94AB68
Text Example
Text Example
White with #94AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AB68; }
p { color: rgb(148,171,104); }
H1.HeaderClassName
{
color: #94AB68;
}
.AnyTagClassName
{
color: #94AB68;
}
</style>
background-color css
<style>
a { background-color: #94AB68; }
a { background-color: rgb(148,171,104); }
div.DivClassName
{
background-color: #94AB68;
}
.BgClassName
{
background-color: #94AB68;
}
</style>
border-color css
<style>
span { border-color: #94AB68; }
span { border-color: rgb(148,171,104); }
td.TdClassName
{
border-color: #94AB68;
}
.TagClassName
{
border-color: #94AB68;
}
</style>