Shades of Chelsea Cucumber #91B053
Tints of Chelsea Cucumber #91B053
RGB
CMYK
RGB Variations
Color information
#91B053 (or 0x91B053) is known color: Chelsea Cucumber. HEX triplet: 91, B0 and 53. RGB value is (145,176,83). Sum of RGB (Red+Green+Blue) = 145+176+83=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #91B053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91B053 is #6E4FAC. Grayscale: #9C9C9C. Windows color (decimal): -7229357 or 5484689. OLE color: 5484689.
HSL color Cylindrical-coordinate representation of color #91B053: hue angle of 80º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #91B053 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 83 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.31 |
| HSL | 80º | 0.37% | 0.51% | - |
| HSV(B) | 80º | 0.53% | 0.69% | - |
| XYZ | 28.76 | 37.69 | 13.94 | - |
| YUV | 156.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 83 | 0.18 | 0 | 0.53 | 0.31 | 80 | 0.37 | 0.51 |
| Hex | 91 | B0 | 53 | 12 | 0 | 35 | 1F | 50 | 25 | 33 |
| Octal | 221 | 260 | 123 | 22 | 0 | 65 | 37 | 120 | 45 | 63 |
| Binary | 10010001 | 10110000 | 1010011 | 10010 | 0 | 110101 | 11111 | 1010000 | 100101 | 110011 |
Color Harmonies of #91B053
Complementary color
Monochromatic Colors of #91B053
Black with #91B053
Text Example
Text Example
White with #91B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B053; }
p { color: rgb(145,176,83); }
H1.HeaderClassName
{
color: #91B053;
}
.AnyTagClassName
{
color: #91B053;
}
</style>
background-color css
<style>
a { background-color: #91B053; }
a { background-color: rgb(145,176,83); }
div.DivClassName
{
background-color: #91B053;
}
.BgClassName
{
background-color: #91B053;
}
</style>
border-color css
<style>
span { border-color: #91B053; }
span { border-color: rgb(145,176,83); }
td.TdClassName
{
border-color: #91B053;
}
.TagClassName
{
border-color: #91B053;
}
</style>