Shades of Chelsea Cucumber #91AA52
Tints of Chelsea Cucumber #91AA52
RGB
CMYK
RGB Variations
Color information
#91AA52 (or 0x91AA52) is known color: Chelsea Cucumber. HEX triplet: 91, AA and 52. RGB value is (145,170,82). Sum of RGB (Red+Green+Blue) = 145+170+82=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AA52 is #6E55AD. Grayscale: #989898. Windows color (decimal): -7230894 or 5417617. OLE color: 5417617.
HSL color Cylindrical-coordinate representation of color #91AA52: hue angle of 77.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #91AA52 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 82 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.33 |
| HSL | 77.05º | 0.35% | 0.49% | - |
| HSV(B) | 77.05º | 0.52% | 0.67% | - |
| XYZ | 27.57 | 35.38 | 13.36 | - |
| YUV | 152.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 82 | 0.15 | 0 | 0.52 | 0.33 | 77.05 | 0.35 | 0.49 |
| Hex | 91 | AA | 52 | F | 0 | 34 | 21 | 4D | 23 | 31 |
| Octal | 221 | 252 | 122 | 17 | 0 | 64 | 41 | 115 | 43 | 61 |
| Binary | 10010001 | 10101010 | 1010010 | 1111 | 0 | 110100 | 100001 | 1001101 | 100011 | 110001 |
Color Harmonies of #91AA52
Complementary color
Monochromatic Colors of #91AA52
Black with #91AA52
Text Example
Text Example
White with #91AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA52; }
p { color: rgb(145,170,82); }
H1.HeaderClassName
{
color: #91AA52;
}
.AnyTagClassName
{
color: #91AA52;
}
</style>
background-color css
<style>
a { background-color: #91AA52; }
a { background-color: rgb(145,170,82); }
div.DivClassName
{
background-color: #91AA52;
}
.BgClassName
{
background-color: #91AA52;
}
</style>
border-color css
<style>
span { border-color: #91AA52; }
span { border-color: rgb(145,170,82); }
td.TdClassName
{
border-color: #91AA52;
}
.TagClassName
{
border-color: #91AA52;
}
</style>