Shades of Chelsea Cucumber #94AB61
Tints of Chelsea Cucumber #94AB61
RGB
CMYK
RGB Variations
Color information
#94AB61 (or 0x94AB61) is known color: Chelsea Cucumber. HEX triplet: 94, AB and 61. RGB value is (148,171,97). Sum of RGB (Red+Green+Blue) = 148+171+97=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AB61 is #6B549E. Grayscale: #9B9B9B. Windows color (decimal): -7034015 or 6400916. OLE color: 6400916.
HSL color Cylindrical-coordinate representation of color #94AB61: hue angle of 78.65º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94AB61 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 171 | 97 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.33 |
| HSL | 78.65º | 0.31% | 0.53% | - |
| HSV(B) | 78.65º | 0.43% | 0.67% | - |
| XYZ | 28.93 | 36.28 | 16.79 | - |
| YUV | 155.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 97 | 0.13 | 0 | 0.43 | 0.33 | 78.65 | 0.31 | 0.53 |
| Hex | 94 | AB | 61 | D | 0 | 2B | 21 | 4F | 1F | 35 |
| Octal | 224 | 253 | 141 | 15 | 0 | 53 | 41 | 117 | 37 | 65 |
| Binary | 10010100 | 10101011 | 1100001 | 1101 | 0 | 101011 | 100001 | 1001111 | 11111 | 110101 |
Color Harmonies of #94AB61
Complementary color
Monochromatic Colors of #94AB61
Black with #94AB61
Text Example
Text Example
White with #94AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AB61; }
p { color: rgb(148,171,97); }
H1.HeaderClassName
{
color: #94AB61;
}
.AnyTagClassName
{
color: #94AB61;
}
</style>
background-color css
<style>
a { background-color: #94AB61; }
a { background-color: rgb(148,171,97); }
div.DivClassName
{
background-color: #94AB61;
}
.BgClassName
{
background-color: #94AB61;
}
</style>
border-color css
<style>
span { border-color: #94AB61; }
span { border-color: rgb(148,171,97); }
td.TdClassName
{
border-color: #94AB61;
}
.TagClassName
{
border-color: #94AB61;
}
</style>