Shades of Chelsea Cucumber #91B14E
Tints of Chelsea Cucumber #91B14E
RGB
CMYK
RGB Variations
Color information
#91B14E (or 0x91B14E) is known color: Chelsea Cucumber. HEX triplet: 91, B1 and 4E. RGB value is (145,177,78). Sum of RGB (Red+Green+Blue) = 145+177+78=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #91B14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91B14E is #6E4EB1. Grayscale: #9C9C9C. Windows color (decimal): -7229106 or 5157265. OLE color: 5157265.
HSL color Cylindrical-coordinate representation of color #91B14E: hue angle of 79.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #91B14E is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 177 | 78 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.31 |
| HSL | 79.39º | 0.39% | 0.5% | - |
| HSV(B) | 79.39º | 0.56% | 0.69% | - |
| XYZ | 28.77 | 38.01 | 13.03 | - |
| YUV | 156.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 177 | 78 | 0.18 | 0 | 0.56 | 0.31 | 79.39 | 0.39 | 0.5 |
| Hex | 91 | B1 | 4E | 12 | 0 | 38 | 1F | 4F | 27 | 32 |
| Octal | 221 | 261 | 116 | 22 | 0 | 70 | 37 | 117 | 47 | 62 |
| Binary | 10010001 | 10110001 | 1001110 | 10010 | 0 | 111000 | 11111 | 1001111 | 100111 | 110010 |
Color Harmonies of #91B14E
Complementary color
Monochromatic Colors of #91B14E
Black with #91B14E
Text Example
Text Example
White with #91B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B14E; }
p { color: rgb(145,177,78); }
H1.HeaderClassName
{
color: #91B14E;
}
.AnyTagClassName
{
color: #91B14E;
}
</style>
background-color css
<style>
a { background-color: #91B14E; }
a { background-color: rgb(145,177,78); }
div.DivClassName
{
background-color: #91B14E;
}
.BgClassName
{
background-color: #91B14E;
}
</style>
border-color css
<style>
span { border-color: #91B14E; }
span { border-color: rgb(145,177,78); }
td.TdClassName
{
border-color: #91B14E;
}
.TagClassName
{
border-color: #91B14E;
}
</style>