Shades of Chelsea Cucumber #90BB50
Tints of Chelsea Cucumber #90BB50
RGB
CMYK
RGB Variations
Color information
#90BB50 (or 0x90BB50) is known color: Chelsea Cucumber. HEX triplet: 90, BB and 50. RGB value is (144,187,80). Sum of RGB (Red+Green+Blue) = 144+187+80=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BB50 is #6F44AF. Grayscale: #A2A2A2. Windows color (decimal): -7292080 or 5290896. OLE color: 5290896.
HSL color Cylindrical-coordinate representation of color #90BB50: hue angle of 84.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90BB50 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 80 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.27 |
| HSL | 84.11º | 0.44% | 0.52% | - |
| HSV(B) | 84.11º | 0.57% | 0.73% | - |
| XYZ | 30.72 | 42.05 | 14.09 | - |
| YUV | 161.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 80 | 0.23 | 0 | 0.57 | 0.27 | 84.11 | 0.44 | 0.52 |
| Hex | 90 | BB | 50 | 17 | 0 | 39 | 1B | 54 | 2C | 34 |
| Octal | 220 | 273 | 120 | 27 | 0 | 71 | 33 | 124 | 54 | 64 |
| Binary | 10010000 | 10111011 | 1010000 | 10111 | 0 | 111001 | 11011 | 1010100 | 101100 | 110100 |
Color Harmonies of #90BB50
Complementary color
Monochromatic Colors of #90BB50
Black with #90BB50
Text Example
Text Example
White with #90BB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BB50; }
p { color: rgb(144,187,80); }
H1.HeaderClassName
{
color: #90BB50;
}
.AnyTagClassName
{
color: #90BB50;
}
</style>
background-color css
<style>
a { background-color: #90BB50; }
a { background-color: rgb(144,187,80); }
div.DivClassName
{
background-color: #90BB50;
}
.BgClassName
{
background-color: #90BB50;
}
</style>
border-color css
<style>
span { border-color: #90BB50; }
span { border-color: rgb(144,187,80); }
td.TdClassName
{
border-color: #90BB50;
}
.TagClassName
{
border-color: #90BB50;
}
</style>