Shades of Chelsea Cucumber #90BD4B
Tints of Chelsea Cucumber #90BD4B
RGB
CMYK
RGB Variations
Color information
#90BD4B (or 0x90BD4B) is known color: Chelsea Cucumber. HEX triplet: 90, BD and 4B. RGB value is (144,189,75). Sum of RGB (Red+Green+Blue) = 144+189+75=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BD4B is #6F42B4. Grayscale: #A2A2A2. Windows color (decimal): -7291573 or 4963728. OLE color: 4963728.
HSL color Cylindrical-coordinate representation of color #90BD4B: hue angle of 83.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90BD4B is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 75 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.26 |
| HSL | 83.68º | 0.46% | 0.52% | - |
| HSV(B) | 83.68º | 0.6% | 0.74% | - |
| XYZ | 30.97 | 42.83 | 13.29 | - |
| YUV | 162.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 75 | 0.24 | 0 | 0.60 | 0.26 | 83.68 | 0.46 | 0.52 |
| Hex | 90 | BD | 4B | 18 | 0 | 3C | 1A | 54 | 2E | 34 |
| Octal | 220 | 275 | 113 | 30 | 0 | 74 | 32 | 124 | 56 | 64 |
| Binary | 10010000 | 10111101 | 1001011 | 11000 | 0 | 111100 | 11010 | 1010100 | 101110 | 110100 |
Color Harmonies of #90BD4B
Complementary color
Monochromatic Colors of #90BD4B
Black with #90BD4B
Text Example
Text Example
White with #90BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD4B; }
p { color: rgb(144,189,75); }
H1.HeaderClassName
{
color: #90BD4B;
}
.AnyTagClassName
{
color: #90BD4B;
}
</style>
background-color css
<style>
a { background-color: #90BD4B; }
a { background-color: rgb(144,189,75); }
div.DivClassName
{
background-color: #90BD4B;
}
.BgClassName
{
background-color: #90BD4B;
}
</style>
border-color css
<style>
span { border-color: #90BD4B; }
span { border-color: rgb(144,189,75); }
td.TdClassName
{
border-color: #90BD4B;
}
.TagClassName
{
border-color: #90BD4B;
}
</style>