Shades of Chelsea Cucumber #90BF56
Tints of Chelsea Cucumber #90BF56
RGB
CMYK
RGB Variations
Color information
#90BF56 (or 0x90BF56) is known color: Chelsea Cucumber. HEX triplet: 90, BF and 56. RGB value is (144,191,86). Sum of RGB (Red+Green+Blue) = 144+191+86=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF56 is #6F40A9. Grayscale: #A5A5A5. Windows color (decimal): -7291050 or 5685136. OLE color: 5685136.
HSL color Cylindrical-coordinate representation of color #90BF56: hue angle of 86.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90BF56 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 86 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.25 |
| HSL | 86.86º | 0.45% | 0.54% | - |
| HSV(B) | 86.86º | 0.55% | 0.75% | - |
| XYZ | 31.81 | 43.86 | 15.59 | - |
| YUV | 164.98 | 83.43 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 86 | 0.25 | 0 | 0.55 | 0.25 | 86.86 | 0.45 | 0.54 |
| Hex | 90 | BF | 56 | 19 | 0 | 37 | 19 | 57 | 2D | 36 |
| Octal | 220 | 277 | 126 | 31 | 0 | 67 | 31 | 127 | 55 | 66 |
| Binary | 10010000 | 10111111 | 1010110 | 11001 | 0 | 110111 | 11001 | 1010111 | 101101 | 110110 |
Color Harmonies of #90BF56
Complementary color
Monochromatic Colors of #90BF56
Black with #90BF56
Text Example
Text Example
White with #90BF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF56; }
p { color: rgb(144,191,86); }
H1.HeaderClassName
{
color: #90BF56;
}
.AnyTagClassName
{
color: #90BF56;
}
</style>
background-color css
<style>
a { background-color: #90BF56; }
a { background-color: rgb(144,191,86); }
div.DivClassName
{
background-color: #90BF56;
}
.BgClassName
{
background-color: #90BF56;
}
</style>
border-color css
<style>
span { border-color: #90BF56; }
span { border-color: rgb(144,191,86); }
td.TdClassName
{
border-color: #90BF56;
}
.TagClassName
{
border-color: #90BF56;
}
</style>