Shades of Chelsea Cucumber #90B360
Tints of Chelsea Cucumber #90B360
RGB
CMYK
RGB Variations
Color information
#90B360 (or 0x90B360) is known color: Chelsea Cucumber. HEX triplet: 90, B3 and 60. RGB value is (144,179,96). Sum of RGB (Red+Green+Blue) = 144+179+96=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #90B360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B360 is #6F4C9F. Grayscale: #9F9F9F. Windows color (decimal): -7294112 or 6337424. OLE color: 6337424.
HSL color Cylindrical-coordinate representation of color #90B360: hue angle of 85.3º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90B360 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 96 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.30 |
| HSL | 85.3º | 0.35% | 0.54% | - |
| HSV(B) | 85.3º | 0.46% | 0.7% | - |
| XYZ | 29.73 | 39.01 | 17.03 | - |
| YUV | 159.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 96 | 0.20 | 0 | 0.46 | 0.30 | 85.3 | 0.35 | 0.54 |
| Hex | 90 | B3 | 60 | 14 | 0 | 2E | 1E | 55 | 23 | 36 |
| Octal | 220 | 263 | 140 | 24 | 0 | 56 | 36 | 125 | 43 | 66 |
| Binary | 10010000 | 10110011 | 1100000 | 10100 | 0 | 101110 | 11110 | 1010101 | 100011 | 110110 |
Color Harmonies of #90B360
Complementary color
Monochromatic Colors of #90B360
Black with #90B360
Text Example
Text Example
White with #90B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B360; }
p { color: rgb(144,179,96); }
H1.HeaderClassName
{
color: #90B360;
}
.AnyTagClassName
{
color: #90B360;
}
</style>
background-color css
<style>
a { background-color: #90B360; }
a { background-color: rgb(144,179,96); }
div.DivClassName
{
background-color: #90B360;
}
.BgClassName
{
background-color: #90B360;
}
</style>
border-color css
<style>
span { border-color: #90B360; }
span { border-color: rgb(144,179,96); }
td.TdClassName
{
border-color: #90B360;
}
.TagClassName
{
border-color: #90B360;
}
</style>