Shades of Chelsea Cucumber #90B452
Tints of Chelsea Cucumber #90B452
RGB
CMYK
RGB Variations
Color information
#90B452 (or 0x90B452) is known color: Chelsea Cucumber. HEX triplet: 90, B4 and 52. RGB value is (144,180,82). Sum of RGB (Red+Green+Blue) = 144+180+82=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #90B452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B452 is #6F4BAD. Grayscale: #9E9E9E. Windows color (decimal): -7293870 or 5420176. OLE color: 5420176.
HSL color Cylindrical-coordinate representation of color #90B452: hue angle of 82.04º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90B452 is Cyan = 0.2, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 82 | - |
| CMYK | 0.2 | 0 | 0.54 | 0.29 |
| HSL | 82.04º | 0.4% | 0.51% | - |
| HSV(B) | 82.04º | 0.54% | 0.71% | - |
| XYZ | 29.35 | 39.18 | 14 | - |
| YUV | 158.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 82 | 0.2 | 0 | 0.54 | 0.29 | 82.04 | 0.4 | 0.51 |
| Hex | 90 | B4 | 52 | 14 | 0 | 36 | 1D | 52 | 28 | 33 |
| Octal | 220 | 264 | 122 | 24 | 0 | 66 | 35 | 122 | 50 | 63 |
| Binary | 10010000 | 10110100 | 1010010 | 10100 | 0 | 110110 | 11101 | 1010010 | 101000 | 110011 |
Color Harmonies of #90B452
Complementary color
Monochromatic Colors of #90B452
Black with #90B452
Text Example
Text Example
White with #90B452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B452; }
p { color: rgb(144,180,82); }
H1.HeaderClassName
{
color: #90B452;
}
.AnyTagClassName
{
color: #90B452;
}
</style>
background-color css
<style>
a { background-color: #90B452; }
a { background-color: rgb(144,180,82); }
div.DivClassName
{
background-color: #90B452;
}
.BgClassName
{
background-color: #90B452;
}
</style>
border-color css
<style>
span { border-color: #90B452; }
span { border-color: rgb(144,180,82); }
td.TdClassName
{
border-color: #90B452;
}
.TagClassName
{
border-color: #90B452;
}
</style>