#82BD80

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

Shades of De York #82BD80

Tints of De York #82BD80

Color information

#82BD80 (or 0x82BD80) is unknown color: approx De York. HEX triplet: 82, BD and 80. RGB value is (130,189,128). Sum of RGB (Red+Green+Blue) = 130+189+128=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BD80 is #7D427F. Grayscale: #A4A4A4. Windows color (decimal): -8209024 or 8437122. OLE color: 8437122.

HSL color Cylindrical-coordinate representation of color #82BD80: hue angle of 118.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BD80 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB130189128-
CMYK0.3100.320.26
HSL118.03º31.61%62.16%-
HSV(B)118.03º32.28%74.12%-
XYZ31.342.727.01-
YUV164.4107.45103.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=29.08%
G=42.28%
B=28.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301891280.3100.320.26118.0331.6162.16
Hex82BD801F0201A76203e
Octal20227520037040321664076
Binary100000101011110110000000111110100000110101110110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,128); }

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

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

 a { background-color: rgb(130,189,128); }

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

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

 span { border-color: rgb(130,189,128); }

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