Shades of Chelsea Cucumber #90C053
Tints of Chelsea Cucumber #90C053
RGB
CMYK
RGB Variations
Color information
#90C053 (or 0x90C053) is known color: Chelsea Cucumber. HEX triplet: 90, C0 and 53. RGB value is (144,192,83). Sum of RGB (Red+Green+Blue) = 144+192+83=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #90C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C053 is #6F3FAC. Grayscale: #A5A5A5. Windows color (decimal): -7290797 or 5488784. OLE color: 5488784.
HSL color Cylindrical-coordinate representation of color #90C053: hue angle of 86.42º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90C053 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 83 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.25 |
| HSL | 86.42º | 0.46% | 0.54% | - |
| HSV(B) | 86.42º | 0.57% | 0.75% | - |
| XYZ | 31.91 | 44.25 | 15.04 | - |
| YUV | 165.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 83 | 0.25 | 0 | 0.57 | 0.25 | 86.42 | 0.46 | 0.54 |
| Hex | 90 | C0 | 53 | 19 | 0 | 39 | 19 | 56 | 2E | 36 |
| Octal | 220 | 300 | 123 | 31 | 0 | 71 | 31 | 126 | 56 | 66 |
| Binary | 10010000 | 11000000 | 1010011 | 11001 | 0 | 111001 | 11001 | 1010110 | 101110 | 110110 |
Color Harmonies of #90C053
Complementary color
Monochromatic Colors of #90C053
Black with #90C053
Text Example
Text Example
White with #90C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C053; }
p { color: rgb(144,192,83); }
H1.HeaderClassName
{
color: #90C053;
}
.AnyTagClassName
{
color: #90C053;
}
</style>
background-color css
<style>
a { background-color: #90C053; }
a { background-color: rgb(144,192,83); }
div.DivClassName
{
background-color: #90C053;
}
.BgClassName
{
background-color: #90C053;
}
</style>
border-color css
<style>
span { border-color: #90C053; }
span { border-color: rgb(144,192,83); }
td.TdClassName
{
border-color: #90C053;
}
.TagClassName
{
border-color: #90C053;
}
</style>