Shades of Chelsea Cucumber #90B144
Tints of Chelsea Cucumber #90B144
RGB
CMYK
RGB Variations
Color information
#90B144 (or 0x90B144) is known color: Chelsea Cucumber. HEX triplet: 90, B1 and 44. RGB value is (144,177,68). Sum of RGB (Red+Green+Blue) = 144+177+68=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #90B144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B144 is #6F4EBB. Grayscale: #9B9B9B. Windows color (decimal): -7294652 or 4501904. OLE color: 4501904.
HSL color Cylindrical-coordinate representation of color #90B144: hue angle of 78.17º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90B144 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 68 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.31 |
| HSL | 78.17º | 0.44% | 0.48% | - |
| HSV(B) | 78.17º | 0.62% | 0.69% | - |
| XYZ | 28.27 | 37.79 | 11.27 | - |
| YUV | 154.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 68 | 0.19 | 0 | 0.62 | 0.31 | 78.17 | 0.44 | 0.48 |
| Hex | 90 | B1 | 44 | 13 | 0 | 3E | 1F | 4E | 2C | 30 |
| Octal | 220 | 261 | 104 | 23 | 0 | 76 | 37 | 116 | 54 | 60 |
| Binary | 10010000 | 10110001 | 1000100 | 10011 | 0 | 111110 | 11111 | 1001110 | 101100 | 110000 |
Color Harmonies of #90B144
Complementary color
Monochromatic Colors of #90B144
Black with #90B144
Text Example
Text Example
White with #90B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B144; }
p { color: rgb(144,177,68); }
H1.HeaderClassName
{
color: #90B144;
}
.AnyTagClassName
{
color: #90B144;
}
</style>
background-color css
<style>
a { background-color: #90B144; }
a { background-color: rgb(144,177,68); }
div.DivClassName
{
background-color: #90B144;
}
.BgClassName
{
background-color: #90B144;
}
</style>
border-color css
<style>
span { border-color: #90B144; }
span { border-color: rgb(144,177,68); }
td.TdClassName
{
border-color: #90B144;
}
.TagClassName
{
border-color: #90B144;
}
</style>