Shades of Chelsea Cucumber #91A755
Tints of Chelsea Cucumber #91A755
RGB
CMYK
RGB Variations
Color information
#91A755 (or 0x91A755) is known color: Chelsea Cucumber. HEX triplet: 91, A7 and 55. RGB value is (145,167,85). Sum of RGB (Red+Green+Blue) = 145+167+85=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #91A755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A755 is #6E58AA. Grayscale: #979797. Windows color (decimal): -7231659 or 5613457. OLE color: 5613457.
HSL color Cylindrical-coordinate representation of color #91A755: hue angle of 76.1º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91A755 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 167 | 85 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.35 |
| HSL | 76.1º | 0.33% | 0.49% | - |
| HSV(B) | 76.1º | 0.49% | 0.65% | - |
| XYZ | 27.14 | 34.31 | 13.79 | - |
| YUV | 151.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 167 | 85 | 0.13 | 0 | 0.49 | 0.35 | 76.1 | 0.33 | 0.49 |
| Hex | 91 | A7 | 55 | D | 0 | 31 | 23 | 4C | 21 | 31 |
| Octal | 221 | 247 | 125 | 15 | 0 | 61 | 43 | 114 | 41 | 61 |
| Binary | 10010001 | 10100111 | 1010101 | 1101 | 0 | 110001 | 100011 | 1001100 | 100001 | 110001 |
Color Harmonies of #91A755
Complementary color
Monochromatic Colors of #91A755
Black with #91A755
Text Example
Text Example
White with #91A755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A755; }
p { color: rgb(145,167,85); }
H1.HeaderClassName
{
color: #91A755;
}
.AnyTagClassName
{
color: #91A755;
}
</style>
background-color css
<style>
a { background-color: #91A755; }
a { background-color: rgb(145,167,85); }
div.DivClassName
{
background-color: #91A755;
}
.BgClassName
{
background-color: #91A755;
}
</style>
border-color css
<style>
span { border-color: #91A755; }
span { border-color: rgb(145,167,85); }
td.TdClassName
{
border-color: #91A755;
}
.TagClassName
{
border-color: #91A755;
}
</style>