Shades of Chelsea Cucumber #90B05E
Tints of Chelsea Cucumber #90B05E
RGB
CMYK
RGB Variations
Color information
#90B05E (or 0x90B05E) is known color: Chelsea Cucumber. HEX triplet: 90, B0 and 5E. RGB value is (144,176,94). Sum of RGB (Red+Green+Blue) = 144+176+94=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #90B05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B05E is #6F4FA1. Grayscale: #9D9D9D. Windows color (decimal): -7294882 or 6205584. OLE color: 6205584.
HSL color Cylindrical-coordinate representation of color #90B05E: hue angle of 83.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90B05E is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 176 | 94 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.31 |
| HSL | 83.41º | 0.34% | 0.53% | - |
| HSV(B) | 83.41º | 0.47% | 0.69% | - |
| XYZ | 29.05 | 37.79 | 16.35 | - |
| YUV | 157.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 94 | 0.18 | 0 | 0.47 | 0.31 | 83.41 | 0.34 | 0.53 |
| Hex | 90 | B0 | 5E | 12 | 0 | 2F | 1F | 53 | 22 | 35 |
| Octal | 220 | 260 | 136 | 22 | 0 | 57 | 37 | 123 | 42 | 65 |
| Binary | 10010000 | 10110000 | 1011110 | 10010 | 0 | 101111 | 11111 | 1010011 | 100010 | 110101 |
Color Harmonies of #90B05E
Complementary color
Monochromatic Colors of #90B05E
Black with #90B05E
Text Example
Text Example
White with #90B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B05E; }
p { color: rgb(144,176,94); }
H1.HeaderClassName
{
color: #90B05E;
}
.AnyTagClassName
{
color: #90B05E;
}
</style>
background-color css
<style>
a { background-color: #90B05E; }
a { background-color: rgb(144,176,94); }
div.DivClassName
{
background-color: #90B05E;
}
.BgClassName
{
background-color: #90B05E;
}
</style>
border-color css
<style>
span { border-color: #90B05E; }
span { border-color: rgb(144,176,94); }
td.TdClassName
{
border-color: #90B05E;
}
.TagClassName
{
border-color: #90B05E;
}
</style>