Shades of De York #90CB86
Tints of De York #90CB86
RGB
CMYK
RGB Variations
Color information
#90CB86 (or 0x90CB86) is known color: De York. HEX triplet: 90, CB and 86. RGB value is (144,203,134). Sum of RGB (Red+Green+Blue) = 144+203+134=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CB86 is #6F3479. Grayscale: #B1B1B1. Windows color (decimal): -7287930 or 8833936. OLE color: 8833936.
HSL color Cylindrical-coordinate representation of color #90CB86: hue angle of 111.3º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90CB86 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 134 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.20 |
| HSL | 111.3º | 0.4% | 0.66% | - |
| HSV(B) | 111.3º | 0.34% | 0.8% | - |
| XYZ | 37.16 | 50.36 | 30.32 | - |
| YUV | 177.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 134 | 0.29 | 0 | 0.34 | 0.20 | 111.3 | 0.4 | 0.66 |
| Hex | 90 | CB | 86 | 1D | 0 | 22 | 14 | 6F | 28 | 42 |
| Octal | 220 | 313 | 206 | 35 | 0 | 42 | 24 | 157 | 50 | 102 |
| Binary | 10010000 | 11001011 | 10000110 | 11101 | 0 | 100010 | 10100 | 1101111 | 101000 | 1000010 |
Color Harmonies of #90CB86
Complementary color
Monochromatic Colors of #90CB86
Black with #90CB86
Text Example
Text Example
White with #90CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB86; }
p { color: rgb(144,203,134); }
H1.HeaderClassName
{
color: #90CB86;
}
.AnyTagClassName
{
color: #90CB86;
}
</style>
background-color css
<style>
a { background-color: #90CB86; }
a { background-color: rgb(144,203,134); }
div.DivClassName
{
background-color: #90CB86;
}
.BgClassName
{
background-color: #90CB86;
}
</style>
border-color css
<style>
span { border-color: #90CB86; }
span { border-color: rgb(144,203,134); }
td.TdClassName
{
border-color: #90CB86;
}
.TagClassName
{
border-color: #90CB86;
}
</style>