Shades of Chelsea Cucumber #90BA52
Tints of Chelsea Cucumber #90BA52
RGB
CMYK
RGB Variations
Color information
#90BA52 (or 0x90BA52) is known color: Chelsea Cucumber. HEX triplet: 90, BA and 52. RGB value is (144,186,82). Sum of RGB (Red+Green+Blue) = 144+186+82=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BA52 is #6F45AD. Grayscale: #A1A1A1. Windows color (decimal): -7292334 or 5421712. OLE color: 5421712.
HSL color Cylindrical-coordinate representation of color #90BA52: hue angle of 84.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90BA52 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 82 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.27 |
| HSL | 84.23º | 0.43% | 0.53% | - |
| HSV(B) | 84.23º | 0.56% | 0.73% | - |
| XYZ | 30.58 | 41.66 | 14.41 | - |
| YUV | 161.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 82 | 0.23 | 0 | 0.56 | 0.27 | 84.23 | 0.43 | 0.53 |
| Hex | 90 | BA | 52 | 17 | 0 | 38 | 1B | 54 | 2B | 35 |
| Octal | 220 | 272 | 122 | 27 | 0 | 70 | 33 | 124 | 53 | 65 |
| Binary | 10010000 | 10111010 | 1010010 | 10111 | 0 | 111000 | 11011 | 1010100 | 101011 | 110101 |
Color Harmonies of #90BA52
Complementary color
Monochromatic Colors of #90BA52
Black with #90BA52
Text Example
Text Example
White with #90BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA52; }
p { color: rgb(144,186,82); }
H1.HeaderClassName
{
color: #90BA52;
}
.AnyTagClassName
{
color: #90BA52;
}
</style>
background-color css
<style>
a { background-color: #90BA52; }
a { background-color: rgb(144,186,82); }
div.DivClassName
{
background-color: #90BA52;
}
.BgClassName
{
background-color: #90BA52;
}
</style>
border-color css
<style>
span { border-color: #90BA52; }
span { border-color: rgb(144,186,82); }
td.TdClassName
{
border-color: #90BA52;
}
.TagClassName
{
border-color: #90BA52;
}
</style>