Shades of Chelsea Cucumber #91BA5B
Tints of Chelsea Cucumber #91BA5B
RGB
CMYK
RGB Variations
Color information
#91BA5B (or 0x91BA5B) is known color: Chelsea Cucumber. HEX triplet: 91, BA and 5B. RGB value is (145,186,91). Sum of RGB (Red+Green+Blue) = 145+186+91=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BA5B is #6E45A4. Grayscale: #A3A3A3. Windows color (decimal): -7226789 or 6011537. OLE color: 6011537.
HSL color Cylindrical-coordinate representation of color #91BA5B: hue angle of 85.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91BA5B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 91 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.27 |
| HSL | 85.89º | 0.41% | 0.54% | - |
| HSV(B) | 85.89º | 0.51% | 0.73% | - |
| XYZ | 31.12 | 41.89 | 16.34 | - |
| YUV | 162.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 91 | 0.22 | 0 | 0.51 | 0.27 | 85.89 | 0.41 | 0.54 |
| Hex | 91 | BA | 5B | 16 | 0 | 33 | 1B | 56 | 29 | 36 |
| Octal | 221 | 272 | 133 | 26 | 0 | 63 | 33 | 126 | 51 | 66 |
| Binary | 10010001 | 10111010 | 1011011 | 10110 | 0 | 110011 | 11011 | 1010110 | 101001 | 110110 |
Color Harmonies of #91BA5B
Complementary color
Monochromatic Colors of #91BA5B
Black with #91BA5B
Text Example
Text Example
White with #91BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA5B; }
p { color: rgb(145,186,91); }
H1.HeaderClassName
{
color: #91BA5B;
}
.AnyTagClassName
{
color: #91BA5B;
}
</style>
background-color css
<style>
a { background-color: #91BA5B; }
a { background-color: rgb(145,186,91); }
div.DivClassName
{
background-color: #91BA5B;
}
.BgClassName
{
background-color: #91BA5B;
}
</style>
border-color css
<style>
span { border-color: #91BA5B; }
span { border-color: rgb(145,186,91); }
td.TdClassName
{
border-color: #91BA5B;
}
.TagClassName
{
border-color: #91BA5B;
}
</style>