Shades of Chelsea Cucumber #91AC50
Tints of Chelsea Cucumber #91AC50
RGB
CMYK
RGB Variations
Color information
#91AC50 (or 0x91AC50) is known color: Chelsea Cucumber. HEX triplet: 91, AC and 50. RGB value is (145,172,80). Sum of RGB (Red+Green+Blue) = 145+172+80=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AC50 is #6E53AF. Grayscale: #999999. Windows color (decimal): -7230384 or 5287057. OLE color: 5287057.
HSL color Cylindrical-coordinate representation of color #91AC50: hue angle of 77.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #91AC50 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 80 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.33 |
| HSL | 77.61º | 0.37% | 0.49% | - |
| HSV(B) | 77.61º | 0.53% | 0.67% | - |
| XYZ | 27.88 | 36.1 | 13.09 | - |
| YUV | 153.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 80 | 0.16 | 0 | 0.53 | 0.33 | 77.61 | 0.37 | 0.49 |
| Hex | 91 | AC | 50 | 10 | 0 | 35 | 21 | 4E | 25 | 31 |
| Octal | 221 | 254 | 120 | 20 | 0 | 65 | 41 | 116 | 45 | 61 |
| Binary | 10010001 | 10101100 | 1010000 | 10000 | 0 | 110101 | 100001 | 1001110 | 100101 | 110001 |
Color Harmonies of #91AC50
Complementary color
Monochromatic Colors of #91AC50
Black with #91AC50
Text Example
Text Example
White with #91AC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC50; }
p { color: rgb(145,172,80); }
H1.HeaderClassName
{
color: #91AC50;
}
.AnyTagClassName
{
color: #91AC50;
}
</style>
background-color css
<style>
a { background-color: #91AC50; }
a { background-color: rgb(145,172,80); }
div.DivClassName
{
background-color: #91AC50;
}
.BgClassName
{
background-color: #91AC50;
}
</style>
border-color css
<style>
span { border-color: #91AC50; }
span { border-color: rgb(145,172,80); }
td.TdClassName
{
border-color: #91AC50;
}
.TagClassName
{
border-color: #91AC50;
}
</style>