#82BD8A

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

Shades of De York #82BD8A

Tints of De York #82BD8A

Color information

#82BD8A (or 0x82BD8A) is unknown color: approx De York. HEX triplet: 82, BD and 8A. RGB value is (130,189,138). Sum of RGB (Red+Green+Blue) = 130+189+138=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BD8A is #7D4275. Grayscale: #A5A5A5. Windows color (decimal): -8209014 or 9092482. OLE color: 9092482.

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

Color convert

RGB130189138-
CMYK0.3100.270.26
HSL128.14º30.89%62.55%-
HSV(B)128.14º31.22%74.12%-
XYZ31.9942.9830.65-
YUV165.54112.45102.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=28.45%
G=41.36%
B=30.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301891380.3100.270.26128.1430.8962.55
Hex82BD8A1F01B1A801f3f
Octal20227521237033322003777
Binary10000010101111011000101011111011011110101000000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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