Shades of Chelsea Cucumber #94AB4A
Tints of Chelsea Cucumber #94AB4A
RGB
CMYK
RGB Variations
Color information
#94AB4A (or 0x94AB4A) is known color: Chelsea Cucumber. HEX triplet: 94, AB and 4A. RGB value is (148,171,74). Sum of RGB (Red+Green+Blue) = 148+171+74=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AB4A is #6B54B5. Grayscale: #999999. Windows color (decimal): -7034038 or 4893588. OLE color: 4893588.
HSL color Cylindrical-coordinate representation of color #94AB4A: hue angle of 74.23º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94AB4A is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 171 | 74 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.33 |
| HSL | 74.23º | 0.4% | 0.48% | - |
| HSV(B) | 74.23º | 0.57% | 0.67% | - |
| XYZ | 28.01 | 35.92 | 11.93 | - |
| YUV | 153.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 74 | 0.13 | 0 | 0.57 | 0.33 | 74.23 | 0.4 | 0.48 |
| Hex | 94 | AB | 4A | D | 0 | 39 | 21 | 4A | 28 | 30 |
| Octal | 224 | 253 | 112 | 15 | 0 | 71 | 41 | 112 | 50 | 60 |
| Binary | 10010100 | 10101011 | 1001010 | 1101 | 0 | 111001 | 100001 | 1001010 | 101000 | 110000 |
Color Harmonies of #94AB4A
Complementary color
Monochromatic Colors of #94AB4A
Black with #94AB4A
Text Example
Text Example
White with #94AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AB4A; }
p { color: rgb(148,171,74); }
H1.HeaderClassName
{
color: #94AB4A;
}
.AnyTagClassName
{
color: #94AB4A;
}
</style>
background-color css
<style>
a { background-color: #94AB4A; }
a { background-color: rgb(148,171,74); }
div.DivClassName
{
background-color: #94AB4A;
}
.BgClassName
{
background-color: #94AB4A;
}
</style>
border-color css
<style>
span { border-color: #94AB4A; }
span { border-color: rgb(148,171,74); }
td.TdClassName
{
border-color: #94AB4A;
}
.TagClassName
{
border-color: #94AB4A;
}
</style>