#84BD8A

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

Shades of De York #84BD8A

Tints of De York #84BD8A

Color information

#84BD8A (or 0x84BD8A) is unknown color: approx De York. HEX triplet: 84, BD and 8A. RGB value is (132,189,138). Sum of RGB (Red+Green+Blue) = 132+189+138=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD8A is #7B4275. Grayscale: #A6A6A6. Windows color (decimal): -8077942 or 9092484. OLE color: 9092484.

HSL color Cylindrical-coordinate representation of color #84BD8A: hue angle of 126.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BD8A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB132189138-
CMYK0.3000.270.26
HSL126.32º30.16%62.94%-
HSV(B)126.32º30.16%74.12%-
XYZ32.343.1430.67-
YUV166.14112.12103.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.76%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=28.76%
G=41.18%
B=30.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321891380.3000.270.26126.3230.1662.94
Hex84BD8A1E01B1A7e1e3f
Octal20427521236033321763677
Binary1000010010111101100010101111001101111010111111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,189,138); }

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

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

 a { background-color: rgb(132,189,138); }

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

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

 span { border-color: rgb(132,189,138); }

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