Shades of Chelsea Cucumber #91BD4B
Tints of Chelsea Cucumber #91BD4B
RGB
CMYK
RGB Variations
Color information
#91BD4B (or 0x91BD4B) is known color: Chelsea Cucumber. HEX triplet: 91, BD and 4B. RGB value is (145,189,75). Sum of RGB (Red+Green+Blue) = 145+189+75=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BD4B is #6E42B4. Grayscale: #A3A3A3. Windows color (decimal): -7226037 or 4963729. OLE color: 4963729.
HSL color Cylindrical-coordinate representation of color #91BD4B: hue angle of 83.16º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #91BD4B is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 75 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.26 |
| HSL | 83.16º | 0.46% | 0.52% | - |
| HSV(B) | 83.16º | 0.6% | 0.74% | - |
| XYZ | 31.14 | 42.92 | 13.3 | - |
| YUV | 162.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 75 | 0.23 | 0 | 0.60 | 0.26 | 83.16 | 0.46 | 0.52 |
| Hex | 91 | BD | 4B | 17 | 0 | 3C | 1A | 53 | 2E | 34 |
| Octal | 221 | 275 | 113 | 27 | 0 | 74 | 32 | 123 | 56 | 64 |
| Binary | 10010001 | 10111101 | 1001011 | 10111 | 0 | 111100 | 11010 | 1010011 | 101110 | 110100 |
Color Harmonies of #91BD4B
Complementary color
Monochromatic Colors of #91BD4B
Black with #91BD4B
Text Example
Text Example
White with #91BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD4B; }
p { color: rgb(145,189,75); }
H1.HeaderClassName
{
color: #91BD4B;
}
.AnyTagClassName
{
color: #91BD4B;
}
</style>
background-color css
<style>
a { background-color: #91BD4B; }
a { background-color: rgb(145,189,75); }
div.DivClassName
{
background-color: #91BD4B;
}
.BgClassName
{
background-color: #91BD4B;
}
</style>
border-color css
<style>
span { border-color: #91BD4B; }
span { border-color: rgb(145,189,75); }
td.TdClassName
{
border-color: #91BD4B;
}
.TagClassName
{
border-color: #91BD4B;
}
</style>