Shades of Chelsea Cucumber #91B75A
Tints of Chelsea Cucumber #91B75A
RGB
CMYK
RGB Variations
Color information
#91B75A (or 0x91B75A) is known color: Chelsea Cucumber. HEX triplet: 91, B7 and 5A. RGB value is (145,183,90). Sum of RGB (Red+Green+Blue) = 145+183+90=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #91B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91B75A is #6E48A5. Grayscale: #A1A1A1. Windows color (decimal): -7227558 or 5945233. OLE color: 5945233.
HSL color Cylindrical-coordinate representation of color #91B75A: hue angle of 84.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91B75A is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 183 | 90 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.28 |
| HSL | 84.52º | 0.39% | 0.54% | - |
| HSV(B) | 84.52º | 0.51% | 0.72% | - |
| XYZ | 30.46 | 40.62 | 15.91 | - |
| YUV | 161.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 90 | 0.21 | 0 | 0.51 | 0.28 | 84.52 | 0.39 | 0.54 |
| Hex | 91 | B7 | 5A | 15 | 0 | 33 | 1C | 55 | 27 | 36 |
| Octal | 221 | 267 | 132 | 25 | 0 | 63 | 34 | 125 | 47 | 66 |
| Binary | 10010001 | 10110111 | 1011010 | 10101 | 0 | 110011 | 11100 | 1010101 | 100111 | 110110 |
Color Harmonies of #91B75A
Complementary color
Monochromatic Colors of #91B75A
Black with #91B75A
Text Example
Text Example
White with #91B75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B75A; }
p { color: rgb(145,183,90); }
H1.HeaderClassName
{
color: #91B75A;
}
.AnyTagClassName
{
color: #91B75A;
}
</style>
background-color css
<style>
a { background-color: #91B75A; }
a { background-color: rgb(145,183,90); }
div.DivClassName
{
background-color: #91B75A;
}
.BgClassName
{
background-color: #91B75A;
}
</style>
border-color css
<style>
span { border-color: #91B75A; }
span { border-color: rgb(145,183,90); }
td.TdClassName
{
border-color: #91B75A;
}
.TagClassName
{
border-color: #91B75A;
}
</style>