Shades of De York #90C98A
Tints of De York #90C98A
RGB
CMYK
RGB Variations
Color information
#90C98A (or 0x90C98A) is known color: De York. HEX triplet: 90, C9 and 8A. RGB value is (144,201,138). Sum of RGB (Red+Green+Blue) = 144+201+138=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #90C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C98A is #6F3675. Grayscale: #B0B0B0. Windows color (decimal): -7288438 or 9095568. OLE color: 9095568.
HSL color Cylindrical-coordinate representation of color #90C98A: hue angle of 114.29º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90C98A is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 138 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.21 |
| HSL | 114.29º | 0.37% | 0.66% | - |
| HSV(B) | 114.29º | 0.31% | 0.79% | - |
| XYZ | 36.98 | 49.54 | 31.66 | - |
| YUV | 176.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 138 | 0.28 | 0 | 0.31 | 0.21 | 114.29 | 0.37 | 0.66 |
| Hex | 90 | C9 | 8A | 1C | 0 | 1F | 15 | 72 | 25 | 42 |
| Octal | 220 | 311 | 212 | 34 | 0 | 37 | 25 | 162 | 45 | 102 |
| Binary | 10010000 | 11001001 | 10001010 | 11100 | 0 | 11111 | 10101 | 1110010 | 100101 | 1000010 |
Color Harmonies of #90C98A
Complementary color
Monochromatic Colors of #90C98A
Black with #90C98A
Text Example
Text Example
White with #90C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C98A; }
p { color: rgb(144,201,138); }
H1.HeaderClassName
{
color: #90C98A;
}
.AnyTagClassName
{
color: #90C98A;
}
</style>
background-color css
<style>
a { background-color: #90C98A; }
a { background-color: rgb(144,201,138); }
div.DivClassName
{
background-color: #90C98A;
}
.BgClassName
{
background-color: #90C98A;
}
</style>
border-color css
<style>
span { border-color: #90C98A; }
span { border-color: rgb(144,201,138); }
td.TdClassName
{
border-color: #90C98A;
}
.TagClassName
{
border-color: #90C98A;
}
</style>