Shades of Chelsea Cucumber #90BD4D
Tints of Chelsea Cucumber #90BD4D
RGB
CMYK
RGB Variations
Color information
#90BD4D (or 0x90BD4D) is known color: Chelsea Cucumber. HEX triplet: 90, BD and 4D. RGB value is (144,189,77). Sum of RGB (Red+Green+Blue) = 144+189+77=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD4D is #6F42B2. Grayscale: #A3A3A3. Windows color (decimal): -7291571 or 5094800. OLE color: 5094800.
HSL color Cylindrical-coordinate representation of color #90BD4D: hue angle of 84.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90BD4D is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 77 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.26 |
| HSL | 84.11º | 0.46% | 0.52% | - |
| HSV(B) | 84.11º | 0.59% | 0.74% | - |
| XYZ | 31.04 | 42.86 | 13.66 | - |
| YUV | 162.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 77 | 0.24 | 0 | 0.59 | 0.26 | 84.11 | 0.46 | 0.52 |
| Hex | 90 | BD | 4D | 18 | 0 | 3B | 1A | 54 | 2E | 34 |
| Octal | 220 | 275 | 115 | 30 | 0 | 73 | 32 | 124 | 56 | 64 |
| Binary | 10010000 | 10111101 | 1001101 | 11000 | 0 | 111011 | 11010 | 1010100 | 101110 | 110100 |
Color Harmonies of #90BD4D
Complementary color
Monochromatic Colors of #90BD4D
Black with #90BD4D
Text Example
Text Example
White with #90BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD4D; }
p { color: rgb(144,189,77); }
H1.HeaderClassName
{
color: #90BD4D;
}
.AnyTagClassName
{
color: #90BD4D;
}
</style>
background-color css
<style>
a { background-color: #90BD4D; }
a { background-color: rgb(144,189,77); }
div.DivClassName
{
background-color: #90BD4D;
}
.BgClassName
{
background-color: #90BD4D;
}
</style>
border-color css
<style>
span { border-color: #90BD4D; }
span { border-color: rgb(144,189,77); }
td.TdClassName
{
border-color: #90BD4D;
}
.TagClassName
{
border-color: #90BD4D;
}
</style>