Shades of Chelsea Cucumber #90C055
Tints of Chelsea Cucumber #90C055
RGB
CMYK
RGB Variations
Color information
#90C055 (or 0x90C055) is known color: Chelsea Cucumber. HEX triplet: 90, C0 and 55. RGB value is (144,192,85). Sum of RGB (Red+Green+Blue) = 144+192+85=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #90C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C055 is #6F3FAA. Grayscale: #A5A5A5. Windows color (decimal): -7290795 or 5619856. OLE color: 5619856.
HSL color Cylindrical-coordinate representation of color #90C055: hue angle of 86.92º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90C055 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 85 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.25 |
| HSL | 86.92º | 0.46% | 0.54% | - |
| HSV(B) | 86.92º | 0.56% | 0.75% | - |
| XYZ | 31.99 | 44.28 | 15.46 | - |
| YUV | 165.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 85 | 0.25 | 0 | 0.56 | 0.25 | 86.92 | 0.46 | 0.54 |
| Hex | 90 | C0 | 55 | 19 | 0 | 38 | 19 | 57 | 2E | 36 |
| Octal | 220 | 300 | 125 | 31 | 0 | 70 | 31 | 127 | 56 | 66 |
| Binary | 10010000 | 11000000 | 1010101 | 11001 | 0 | 111000 | 11001 | 1010111 | 101110 | 110110 |
Color Harmonies of #90C055
Complementary color
Monochromatic Colors of #90C055
Black with #90C055
Text Example
Text Example
White with #90C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C055; }
p { color: rgb(144,192,85); }
H1.HeaderClassName
{
color: #90C055;
}
.AnyTagClassName
{
color: #90C055;
}
</style>
background-color css
<style>
a { background-color: #90C055; }
a { background-color: rgb(144,192,85); }
div.DivClassName
{
background-color: #90C055;
}
.BgClassName
{
background-color: #90C055;
}
</style>
border-color css
<style>
span { border-color: #90C055; }
span { border-color: rgb(144,192,85); }
td.TdClassName
{
border-color: #90C055;
}
.TagClassName
{
border-color: #90C055;
}
</style>