#90C986

Color #90C986 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #90C986

Tints of De York #90C986

Color information

#90C986 (or 0x90C986) is unknown color: approx De York. HEX triplet: 90, C9 and 86. RGB value is (144,201,134). Sum of RGB (Red+Green+Blue) = 144+201+134=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #90C986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C986 is #6F3679. Grayscale: #B0B0B0. Windows color (decimal): -7288442 or 8833424. OLE color: 8833424.

HSL color Cylindrical-coordinate representation of color #90C986: hue angle of 111.04º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90C986 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB144201134-
CMYK0.2800.330.21
HSL111.04º38.29%65.69%-
HSV(B)111.04º33.33%78.82%-
XYZ36.6949.4230.16-
YUV176.32104.12104.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 201 (78.91% from 255) = 41.96%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=30.06%
G=41.96%
B=27.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1442011340.2800.330.21111.0438.2965.69
Hex90C9861C021156f2642
Octal220311206340412515746102
Binary1001000011001001100001101110001000011010111011111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90C986; }

 p { color: rgb(144,201,134); }

 H1.HeaderClassName
 {
   color: #90C986;
 }
 .AnyTagClassName
 {
   color: #90C986;
 }
</style>
background-color css

<style>
 a { background-color: #90C986; }

 a { background-color: rgb(144,201,134); }

 div.DivClassName
 {
   background-color: #90C986;
 }
 .BgClassName
 {
   background-color: #90C986;
 }
</style>
border-color css

<style>
 span { border-color: #90C986; }

 span { border-color: rgb(144,201,134); }

 td.TdClassName
 {
   border-color: #90C986;
 }
 .TagClassName
 {
   border-color: #90C986;
 }
</style>