Shades of Chelsea Cucumber #90B153
Tints of Chelsea Cucumber #90B153
RGB
CMYK
RGB Variations
Color information
#90B153 (or 0x90B153) is known color: Chelsea Cucumber. HEX triplet: 90, B1 and 53. RGB value is (144,177,83). Sum of RGB (Red+Green+Blue) = 144+177+83=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #90B153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B153 is #6F4EAC. Grayscale: #9C9C9C. Windows color (decimal): -7294637 or 5484944. OLE color: 5484944.
HSL color Cylindrical-coordinate representation of color #90B153: hue angle of 81.06º degrees, saturation: 0.38, 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 #90B153 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 83 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.31 |
| HSL | 81.06º | 0.38% | 0.51% | - |
| HSV(B) | 81.06º | 0.53% | 0.69% | - |
| XYZ | 28.79 | 38 | 14 | - |
| YUV | 156.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 83 | 0.19 | 0 | 0.53 | 0.31 | 81.06 | 0.38 | 0.51 |
| Hex | 90 | B1 | 53 | 13 | 0 | 35 | 1F | 51 | 26 | 33 |
| Octal | 220 | 261 | 123 | 23 | 0 | 65 | 37 | 121 | 46 | 63 |
| Binary | 10010000 | 10110001 | 1010011 | 10011 | 0 | 110101 | 11111 | 1010001 | 100110 | 110011 |
Color Harmonies of #90B153
Complementary color
Monochromatic Colors of #90B153
Black with #90B153
Text Example
Text Example
White with #90B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B153; }
p { color: rgb(144,177,83); }
H1.HeaderClassName
{
color: #90B153;
}
.AnyTagClassName
{
color: #90B153;
}
</style>
background-color css
<style>
a { background-color: #90B153; }
a { background-color: rgb(144,177,83); }
div.DivClassName
{
background-color: #90B153;
}
.BgClassName
{
background-color: #90B153;
}
</style>
border-color css
<style>
span { border-color: #90B153; }
span { border-color: rgb(144,177,83); }
td.TdClassName
{
border-color: #90B153;
}
.TagClassName
{
border-color: #90B153;
}
</style>