Shades of Chelsea Cucumber #90B45D
Tints of Chelsea Cucumber #90B45D
RGB
CMYK
RGB Variations
Color information
#90B45D (or 0x90B45D) is known color: Chelsea Cucumber. HEX triplet: 90, B4 and 5D. RGB value is (144,180,93). Sum of RGB (Red+Green+Blue) = 144+180+93=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #90B45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B45D is #6F4BA2. Grayscale: #9F9F9F. Windows color (decimal): -7293859 or 6141072. OLE color: 6141072.
HSL color Cylindrical-coordinate representation of color #90B45D: hue angle of 84.83º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90B45D is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 93 | - |
| CMYK | 0.2 | 0 | 0.48 | 0.29 |
| HSL | 84.83º | 0.37% | 0.54% | - |
| HSV(B) | 84.83º | 0.48% | 0.71% | - |
| XYZ | 29.8 | 39.36 | 16.38 | - |
| YUV | 159.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 93 | 0.2 | 0 | 0.48 | 0.29 | 84.83 | 0.37 | 0.54 |
| Hex | 90 | B4 | 5D | 14 | 0 | 30 | 1D | 55 | 25 | 36 |
| Octal | 220 | 264 | 135 | 24 | 0 | 60 | 35 | 125 | 45 | 66 |
| Binary | 10010000 | 10110100 | 1011101 | 10100 | 0 | 110000 | 11101 | 1010101 | 100101 | 110110 |
Color Harmonies of #90B45D
Complementary color
Monochromatic Colors of #90B45D
Black with #90B45D
Text Example
Text Example
White with #90B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B45D; }
p { color: rgb(144,180,93); }
H1.HeaderClassName
{
color: #90B45D;
}
.AnyTagClassName
{
color: #90B45D;
}
</style>
background-color css
<style>
a { background-color: #90B45D; }
a { background-color: rgb(144,180,93); }
div.DivClassName
{
background-color: #90B45D;
}
.BgClassName
{
background-color: #90B45D;
}
</style>
border-color css
<style>
span { border-color: #90B45D; }
span { border-color: rgb(144,180,93); }
td.TdClassName
{
border-color: #90B45D;
}
.TagClassName
{
border-color: #90B45D;
}
</style>