Shades of Chelsea Cucumber #90B75C
Tints of Chelsea Cucumber #90B75C
RGB
CMYK
RGB Variations
Color information
#90B75C (or 0x90B75C) is known color: Chelsea Cucumber. HEX triplet: 90, B7 and 5C. RGB value is (144,183,92). Sum of RGB (Red+Green+Blue) = 144+183+92=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #90B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B75C is #6F48A3. Grayscale: #A1A1A1. Windows color (decimal): -7293092 or 6076304. OLE color: 6076304.
HSL color Cylindrical-coordinate representation of color #90B75C: hue angle of 85.71º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90B75C is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 92 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.28 |
| HSL | 85.71º | 0.39% | 0.54% | - |
| HSV(B) | 85.71º | 0.5% | 0.72% | - |
| XYZ | 30.37 | 40.57 | 16.36 | - |
| YUV | 160.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 92 | 0.21 | 0 | 0.50 | 0.28 | 85.71 | 0.39 | 0.54 |
| Hex | 90 | B7 | 5C | 15 | 0 | 32 | 1C | 56 | 27 | 36 |
| Octal | 220 | 267 | 134 | 25 | 0 | 62 | 34 | 126 | 47 | 66 |
| Binary | 10010000 | 10110111 | 1011100 | 10101 | 0 | 110010 | 11100 | 1010110 | 100111 | 110110 |
Color Harmonies of #90B75C
Complementary color
Monochromatic Colors of #90B75C
Black with #90B75C
Text Example
Text Example
White with #90B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B75C; }
p { color: rgb(144,183,92); }
H1.HeaderClassName
{
color: #90B75C;
}
.AnyTagClassName
{
color: #90B75C;
}
</style>
background-color css
<style>
a { background-color: #90B75C; }
a { background-color: rgb(144,183,92); }
div.DivClassName
{
background-color: #90B75C;
}
.BgClassName
{
background-color: #90B75C;
}
</style>
border-color css
<style>
span { border-color: #90B75C; }
span { border-color: rgb(144,183,92); }
td.TdClassName
{
border-color: #90B75C;
}
.TagClassName
{
border-color: #90B75C;
}
</style>