Shades of Chelsea Cucumber #91B460
Tints of Chelsea Cucumber #91B460
RGB
CMYK
RGB Variations
Color information
#91B460 (or 0x91B460) is known color: Chelsea Cucumber. HEX triplet: 91, B4 and 60. RGB value is (145,180,96). Sum of RGB (Red+Green+Blue) = 145+180+96=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #91B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B460 is #6E4B9F. Grayscale: #A0A0A0. Windows color (decimal): -7228320 or 6337681. OLE color: 6337681.
HSL color Cylindrical-coordinate representation of color #91B460: hue angle of 85º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91B460 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 180 | 96 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.29 |
| HSL | 85º | 0.36% | 0.54% | - |
| HSV(B) | 85º | 0.47% | 0.71% | - |
| XYZ | 30.11 | 39.51 | 17.1 | - |
| YUV | 159.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 96 | 0.19 | 0 | 0.47 | 0.29 | 85 | 0.36 | 0.54 |
| Hex | 91 | B4 | 60 | 13 | 0 | 2F | 1D | 55 | 24 | 36 |
| Octal | 221 | 264 | 140 | 23 | 0 | 57 | 35 | 125 | 44 | 66 |
| Binary | 10010001 | 10110100 | 1100000 | 10011 | 0 | 101111 | 11101 | 1010101 | 100100 | 110110 |
Color Harmonies of #91B460
Complementary color
Monochromatic Colors of #91B460
Black with #91B460
Text Example
Text Example
White with #91B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B460; }
p { color: rgb(145,180,96); }
H1.HeaderClassName
{
color: #91B460;
}
.AnyTagClassName
{
color: #91B460;
}
</style>
background-color css
<style>
a { background-color: #91B460; }
a { background-color: rgb(145,180,96); }
div.DivClassName
{
background-color: #91B460;
}
.BgClassName
{
background-color: #91B460;
}
</style>
border-color css
<style>
span { border-color: #91B460; }
span { border-color: rgb(145,180,96); }
td.TdClassName
{
border-color: #91B460;
}
.TagClassName
{
border-color: #91B460;
}
</style>