#84C890

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

Shades of De York #84C890

Tints of De York #84C890

Color information

#84C890 (or 0x84C890) is unknown color: approx De York. HEX triplet: 84, C8 and 90. RGB value is (132,200,144). Sum of RGB (Red+Green+Blue) = 132+200+144=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #84C890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C890 is #7B376F. Grayscale: #ADADAD. Windows color (decimal): -8075120 or 9488516. OLE color: 9488516.

HSL color Cylindrical-coordinate representation of color #84C890: hue angle of 130.59º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C890 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB132200144-
CMYK0.3400.280.22
HSL130.59º38.2%65.1%-
HSV(B)130.59º34%78.43%-
XYZ35.248.2333.84-
YUV173.28111.4798.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=27.73%
G=42.02%
B=30.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1322001440.3400.280.22130.5938.265.1
Hex84C8902201C16832641
Octal204310220420342620346101
Binary10000100110010001001000010001001110010110100000111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84C890; }

 p { color: rgb(132,200,144); }

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

<style>
 a { background-color: #84C890; }

 a { background-color: rgb(132,200,144); }

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

<style>
 span { border-color: #84C890; }

 span { border-color: rgb(132,200,144); }

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