#84BA7F

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

Shades of De York #84BA7F

Tints of De York #84BA7F

Color information

#84BA7F (or 0x84BA7F) is unknown color: approx De York. HEX triplet: 84, BA and 7F. RGB value is (132,186,127). Sum of RGB (Red+Green+Blue) = 132+186+127=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA7F is #7B4580. Grayscale: #A3A3A3. Windows color (decimal): -8078721 or 8370820. OLE color: 8370820.

HSL color Cylindrical-coordinate representation of color #84BA7F: hue angle of 114.92º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84BA7F is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB132186127-
CMYK0.2900.320.27
HSL114.92º29.95%61.37%-
HSV(B)114.92º31.72%72.94%-
XYZ30.9141.5626.47-
YUV163.13107.61105.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 127 (50% from 255) = 28.54%
R=29.66%
G=41.80%
B=28.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861270.2900.320.27114.9229.9561.37
Hex84BA7F1D0201B731e3d
Octal20427217735040331633675
Binary1000010010111010111111111101010000011011111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,186,127); }

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

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

 a { background-color: rgb(132,186,127); }

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

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

 span { border-color: rgb(132,186,127); }

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