Shades of Chelsea Cucumber #90B058
Tints of Chelsea Cucumber #90B058
RGB
CMYK
RGB Variations
Color information
#90B058 (or 0x90B058) is known color: Chelsea Cucumber. HEX triplet: 90, B0 and 58. RGB value is (144,176,88). Sum of RGB (Red+Green+Blue) = 144+176+88=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #90B058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B058 is #6F4FA7. Grayscale: #9C9C9C. Windows color (decimal): -7294888 or 5812368. OLE color: 5812368.
HSL color Cylindrical-coordinate representation of color #90B058: hue angle of 81.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90B058 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 176 | 88 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.31 |
| HSL | 81.82º | 0.36% | 0.52% | - |
| HSV(B) | 81.82º | 0.5% | 0.69% | - |
| XYZ | 28.79 | 37.68 | 14.99 | - |
| YUV | 156.4 | 89.4 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 88 | 0.18 | 0 | 0.50 | 0.31 | 81.82 | 0.36 | 0.52 |
| Hex | 90 | B0 | 58 | 12 | 0 | 32 | 1F | 52 | 24 | 34 |
| Octal | 220 | 260 | 130 | 22 | 0 | 62 | 37 | 122 | 44 | 64 |
| Binary | 10010000 | 10110000 | 1011000 | 10010 | 0 | 110010 | 11111 | 1010010 | 100100 | 110100 |
Color Harmonies of #90B058
Complementary color
Monochromatic Colors of #90B058
Black with #90B058
Text Example
Text Example
White with #90B058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B058; }
p { color: rgb(144,176,88); }
H1.HeaderClassName
{
color: #90B058;
}
.AnyTagClassName
{
color: #90B058;
}
</style>
background-color css
<style>
a { background-color: #90B058; }
a { background-color: rgb(144,176,88); }
div.DivClassName
{
background-color: #90B058;
}
.BgClassName
{
background-color: #90B058;
}
</style>
border-color css
<style>
span { border-color: #90B058; }
span { border-color: rgb(144,176,88); }
td.TdClassName
{
border-color: #90B058;
}
.TagClassName
{
border-color: #90B058;
}
</style>