Shades of Chelsea Cucumber #90B352
Tints of Chelsea Cucumber #90B352
RGB
CMYK
RGB Variations
Color information
#90B352 (or 0x90B352) is known color: Chelsea Cucumber. HEX triplet: 90, B3 and 52. RGB value is (144,179,82). Sum of RGB (Red+Green+Blue) = 144+179+82=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #90B352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B352 is #6F4CAD. Grayscale: #9D9D9D. Windows color (decimal): -7294126 or 5419920. OLE color: 5419920.
HSL color Cylindrical-coordinate representation of color #90B352: hue angle of 81.65º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90B352 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 82 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.30 |
| HSL | 81.65º | 0.39% | 0.51% | - |
| HSV(B) | 81.65º | 0.54% | 0.7% | - |
| XYZ | 29.14 | 38.78 | 13.93 | - |
| YUV | 157.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 82 | 0.20 | 0 | 0.54 | 0.30 | 81.65 | 0.39 | 0.51 |
| Hex | 90 | B3 | 52 | 14 | 0 | 36 | 1E | 52 | 27 | 33 |
| Octal | 220 | 263 | 122 | 24 | 0 | 66 | 36 | 122 | 47 | 63 |
| Binary | 10010000 | 10110011 | 1010010 | 10100 | 0 | 110110 | 11110 | 1010010 | 100111 | 110011 |
Color Harmonies of #90B352
Complementary color
Monochromatic Colors of #90B352
Black with #90B352
Text Example
Text Example
White with #90B352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B352; }
p { color: rgb(144,179,82); }
H1.HeaderClassName
{
color: #90B352;
}
.AnyTagClassName
{
color: #90B352;
}
</style>
background-color css
<style>
a { background-color: #90B352; }
a { background-color: rgb(144,179,82); }
div.DivClassName
{
background-color: #90B352;
}
.BgClassName
{
background-color: #90B352;
}
</style>
border-color css
<style>
span { border-color: #90B352; }
span { border-color: rgb(144,179,82); }
td.TdClassName
{
border-color: #90B352;
}
.TagClassName
{
border-color: #90B352;
}
</style>