Shades of Chelsea Cucumber #90A85B
Tints of Chelsea Cucumber #90A85B
RGB
CMYK
RGB Variations
Color information
#90A85B (or 0x90A85B) is known color: Chelsea Cucumber. HEX triplet: 90, A8 and 5B. RGB value is (144,168,91). Sum of RGB (Red+Green+Blue) = 144+168+91=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 168 - color contains mainly: green. Hex color #90A85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A85B is #6F57A4. Grayscale: #989898. Windows color (decimal): -7296933 or 6006928. OLE color: 6006928.
HSL color Cylindrical-coordinate representation of color #90A85B: hue angle of 78.7º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90A85B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 168 | 91 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.34 |
| HSL | 78.7º | 0.31% | 0.51% | - |
| HSV(B) | 78.7º | 0.46% | 0.66% | - |
| XYZ | 27.39 | 34.69 | 15.15 | - |
| YUV | 152.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 91 | 0.14 | 0 | 0.46 | 0.34 | 78.7 | 0.31 | 0.51 |
| Hex | 90 | A8 | 5B | E | 0 | 2E | 22 | 4F | 1F | 33 |
| Octal | 220 | 250 | 133 | 16 | 0 | 56 | 42 | 117 | 37 | 63 |
| Binary | 10010000 | 10101000 | 1011011 | 1110 | 0 | 101110 | 100010 | 1001111 | 11111 | 110011 |
Color Harmonies of #90A85B
Complementary color
Monochromatic Colors of #90A85B
Black with #90A85B
Text Example
Text Example
White with #90A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A85B; }
p { color: rgb(144,168,91); }
H1.HeaderClassName
{
color: #90A85B;
}
.AnyTagClassName
{
color: #90A85B;
}
</style>
background-color css
<style>
a { background-color: #90A85B; }
a { background-color: rgb(144,168,91); }
div.DivClassName
{
background-color: #90A85B;
}
.BgClassName
{
background-color: #90A85B;
}
</style>
border-color css
<style>
span { border-color: #90A85B; }
span { border-color: rgb(144,168,91); }
td.TdClassName
{
border-color: #90A85B;
}
.TagClassName
{
border-color: #90A85B;
}
</style>