Shades of Chelsea Cucumber #90A253
Tints of Chelsea Cucumber #90A253
RGB
CMYK
RGB Variations
Color information
#90A253 (or 0x90A253) is known color: Chelsea Cucumber. HEX triplet: 90, A2 and 53. RGB value is (144,162,83). Sum of RGB (Red+Green+Blue) = 144+162+83=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #90A253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A253 is #6F5DAC. Grayscale: #939393. Windows color (decimal): -7298477 or 5481104. OLE color: 5481104.
HSL color Cylindrical-coordinate representation of color #90A253: hue angle of 73.67º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90A253 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 162 | 83 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.36 |
| HSL | 73.67º | 0.32% | 0.48% | - |
| HSV(B) | 73.67º | 0.49% | 0.64% | - |
| XYZ | 25.98 | 32.39 | 13.07 | - |
| YUV | 147.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 83 | 0.11 | 0 | 0.49 | 0.36 | 73.67 | 0.32 | 0.48 |
| Hex | 90 | A2 | 53 | B | 0 | 31 | 24 | 4A | 20 | 30 |
| Octal | 220 | 242 | 123 | 13 | 0 | 61 | 44 | 112 | 40 | 60 |
| Binary | 10010000 | 10100010 | 1010011 | 1011 | 0 | 110001 | 100100 | 1001010 | 100000 | 110000 |
Color Harmonies of #90A253
Complementary color
Monochromatic Colors of #90A253
Black with #90A253
Text Example
Text Example
White with #90A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A253; }
p { color: rgb(144,162,83); }
H1.HeaderClassName
{
color: #90A253;
}
.AnyTagClassName
{
color: #90A253;
}
</style>
background-color css
<style>
a { background-color: #90A253; }
a { background-color: rgb(144,162,83); }
div.DivClassName
{
background-color: #90A253;
}
.BgClassName
{
background-color: #90A253;
}
</style>
border-color css
<style>
span { border-color: #90A253; }
span { border-color: rgb(144,162,83); }
td.TdClassName
{
border-color: #90A253;
}
.TagClassName
{
border-color: #90A253;
}
</style>