#82BA7D

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

Shades of De York #82BA7D

Tints of De York #82BA7D

Color information

#82BA7D (or 0x82BA7D) is unknown color: approx De York. HEX triplet: 82, BA and 7D. RGB value is (130,186,125). Sum of RGB (Red+Green+Blue) = 130+186+125=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA7D is #7D4582. Grayscale: #A2A2A2. Windows color (decimal): -8209795 or 8239746. OLE color: 8239746.

HSL color Cylindrical-coordinate representation of color #82BA7D: hue angle of 115.08º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82BA7D is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB130186125-
CMYK0.3000.330.27
HSL115.08º30.65%60.98%-
HSV(B)115.08º32.8%72.94%-
XYZ30.4741.3425.78-
YUV162.3106.95104.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.48%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=29.48%
G=42.18%
B=28.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301861250.3000.330.27115.0830.6560.98
Hex82BA7D1E0211B731f3d
Octal20227217536041331633775
Binary1000001010111010111110111110010000111011111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82BA7D; }

 p { color: rgb(130,186,125); }

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

<style>
 a { background-color: #82BA7D; }

 a { background-color: rgb(130,186,125); }

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

<style>
 span { border-color: #82BA7D; }

 span { border-color: rgb(130,186,125); }

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