Shades of Chelsea Cucumber #90B94E
Tints of Chelsea Cucumber #90B94E
RGB
CMYK
RGB Variations
Color information
#90B94E (or 0x90B94E) is known color: Chelsea Cucumber. HEX triplet: 90, B9 and 4E. RGB value is (144,185,78). Sum of RGB (Red+Green+Blue) = 144+185+78=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #90B94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B94E is #6F46B1. Grayscale: #A0A0A0. Windows color (decimal): -7292594 or 5159312. OLE color: 5159312.
HSL color Cylindrical-coordinate representation of color #90B94E: hue angle of 82.99º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90B94E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 185 | 78 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.27 |
| HSL | 82.99º | 0.43% | 0.52% | - |
| HSV(B) | 82.99º | 0.58% | 0.73% | - |
| XYZ | 30.23 | 41.18 | 13.56 | - |
| YUV | 160.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 185 | 78 | 0.22 | 0 | 0.58 | 0.27 | 82.99 | 0.43 | 0.52 |
| Hex | 90 | B9 | 4E | 16 | 0 | 3A | 1B | 53 | 2B | 34 |
| Octal | 220 | 271 | 116 | 26 | 0 | 72 | 33 | 123 | 53 | 64 |
| Binary | 10010000 | 10111001 | 1001110 | 10110 | 0 | 111010 | 11011 | 1010011 | 101011 | 110100 |
Color Harmonies of #90B94E
Complementary color
Monochromatic Colors of #90B94E
Black with #90B94E
Text Example
Text Example
White with #90B94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B94E; }
p { color: rgb(144,185,78); }
H1.HeaderClassName
{
color: #90B94E;
}
.AnyTagClassName
{
color: #90B94E;
}
</style>
background-color css
<style>
a { background-color: #90B94E; }
a { background-color: rgb(144,185,78); }
div.DivClassName
{
background-color: #90B94E;
}
.BgClassName
{
background-color: #90B94E;
}
</style>
border-color css
<style>
span { border-color: #90B94E; }
span { border-color: rgb(144,185,78); }
td.TdClassName
{
border-color: #90B94E;
}
.TagClassName
{
border-color: #90B94E;
}
</style>