#82B97D

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

Shades of De York #82B97D

Tints of De York #82B97D

Color information

#82B97D (or 0x82B97D) is unknown color: approx De York. HEX triplet: 82, B9 and 7D. RGB value is (130,185,125). Sum of RGB (Red+Green+Blue) = 130+185+125=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #82B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B97D is #7D4682. Grayscale: #A1A1A1. Windows color (decimal): -8210051 or 8239490. OLE color: 8239490.

HSL color Cylindrical-coordinate representation of color #82B97D: hue angle of 115º 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 #82B97D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB130185125-
CMYK0.3000.320.27
HSL115º30%60.78%-
HSV(B)115º32.43%72.55%-
XYZ30.2640.9225.71-
YUV161.72107.28105.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=29.55%
G=42.05%
B=28.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301851250.3000.320.271153060.78
Hex82B97D1E0201B731e3d
Octal20227117536040331633675
Binary1000001010111001111110111110010000011011111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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