Shades of Chelsea Cucumber #90B145
Tints of Chelsea Cucumber #90B145
RGB
CMYK
RGB Variations
Color information
#90B145 (or 0x90B145) is known color: Chelsea Cucumber. HEX triplet: 90, B1 and 45. RGB value is (144,177,69). Sum of RGB (Red+Green+Blue) = 144+177+69=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #90B145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B145 is #6F4EBA. Grayscale: #9B9B9B. Windows color (decimal): -7294651 or 4567440. OLE color: 4567440.
HSL color Cylindrical-coordinate representation of color #90B145: hue angle of 78.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90B145 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 69 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.31 |
| HSL | 78.33º | 0.44% | 0.48% | - |
| HSV(B) | 78.33º | 0.61% | 0.69% | - |
| XYZ | 28.3 | 37.8 | 11.44 | - |
| YUV | 154.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 69 | 0.19 | 0 | 0.61 | 0.31 | 78.33 | 0.44 | 0.48 |
| Hex | 90 | B1 | 45 | 13 | 0 | 3D | 1F | 4E | 2C | 30 |
| Octal | 220 | 261 | 105 | 23 | 0 | 75 | 37 | 116 | 54 | 60 |
| Binary | 10010000 | 10110001 | 1000101 | 10011 | 0 | 111101 | 11111 | 1001110 | 101100 | 110000 |
Color Harmonies of #90B145
Complementary color
Monochromatic Colors of #90B145
Black with #90B145
Text Example
Text Example
White with #90B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B145; }
p { color: rgb(144,177,69); }
H1.HeaderClassName
{
color: #90B145;
}
.AnyTagClassName
{
color: #90B145;
}
</style>
background-color css
<style>
a { background-color: #90B145; }
a { background-color: rgb(144,177,69); }
div.DivClassName
{
background-color: #90B145;
}
.BgClassName
{
background-color: #90B145;
}
</style>
border-color css
<style>
span { border-color: #90B145; }
span { border-color: rgb(144,177,69); }
td.TdClassName
{
border-color: #90B145;
}
.TagClassName
{
border-color: #90B145;
}
</style>