Shades of Chelsea Cucumber #90A460
Tints of Chelsea Cucumber #90A460
RGB
CMYK
RGB Variations
Color information
#90A460 (or 0x90A460) is known color: Chelsea Cucumber. HEX triplet: 90, A4 and 60. RGB value is (144,164,96). Sum of RGB (Red+Green+Blue) = 144+164+96=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #90A460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A460 is #6F5B9F. Grayscale: #969696. Windows color (decimal): -7297952 or 6333584. OLE color: 6333584.
HSL color Cylindrical-coordinate representation of color #90A460: hue angle of 77.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90A460 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 164 | 96 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.36 |
| HSL | 77.65º | 0.27% | 0.51% | - |
| HSV(B) | 77.65º | 0.41% | 0.64% | - |
| XYZ | 26.89 | 33.32 | 16.08 | - |
| YUV | 150.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 96 | 0.12 | 0 | 0.41 | 0.36 | 77.65 | 0.27 | 0.51 |
| Hex | 90 | A4 | 60 | C | 0 | 29 | 24 | 4E | 1B | 33 |
| Octal | 220 | 244 | 140 | 14 | 0 | 51 | 44 | 116 | 33 | 63 |
| Binary | 10010000 | 10100100 | 1100000 | 1100 | 0 | 101001 | 100100 | 1001110 | 11011 | 110011 |
Color Harmonies of #90A460
Complementary color
Monochromatic Colors of #90A460
Black with #90A460
Text Example
Text Example
White with #90A460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A460; }
p { color: rgb(144,164,96); }
H1.HeaderClassName
{
color: #90A460;
}
.AnyTagClassName
{
color: #90A460;
}
</style>
background-color css
<style>
a { background-color: #90A460; }
a { background-color: rgb(144,164,96); }
div.DivClassName
{
background-color: #90A460;
}
.BgClassName
{
background-color: #90A460;
}
</style>
border-color css
<style>
span { border-color: #90A460; }
span { border-color: rgb(144,164,96); }
td.TdClassName
{
border-color: #90A460;
}
.TagClassName
{
border-color: #90A460;
}
</style>