#84C886

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

Shades of De York #84C886

Tints of De York #84C886

Color information

#84C886 (or 0x84C886) is unknown color: approx De York. HEX triplet: 84, C8 and 86. RGB value is (132,200,134). Sum of RGB (Red+Green+Blue) = 132+200+134=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #84C886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C886 is #7B3779. Grayscale: #ACACAC. Windows color (decimal): -8075130 or 8833156. OLE color: 8833156.

HSL color Cylindrical-coordinate representation of color #84C886: hue angle of 121.76º 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 #84C886 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB132200134-
CMYK0.3400.330.22
HSL121.76º38.2%65.1%-
HSV(B)121.76º34%78.43%-
XYZ34.4747.9429.99-
YUV172.14106.4799.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 200 (78.52% from 255) = 42.92%
BLUE value IS 134 (52.73% from 255) = 28.76%
R=28.33%
G=42.92%
B=28.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1322001340.3400.330.22121.7638.265.1
Hex84C88622021167a2641
Octal204310206420412617246101
Binary10000100110010001000011010001001000011011011110101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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