#82BA85

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

Shades of De York #82BA85

Tints of De York #82BA85

Color information

#82BA85 (or 0x82BA85) is unknown color: approx De York. HEX triplet: 82, BA and 85. RGB value is (130,186,133). Sum of RGB (Red+Green+Blue) = 130+186+133=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BA85 is #7D457A. Grayscale: #A3A3A3. Windows color (decimal): -8209787 or 8764034. OLE color: 8764034.

HSL color Cylindrical-coordinate representation of color #82BA85: hue angle of 123.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BA85 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB130186133-
CMYK0.3000.280.27
HSL123.21º28.87%61.96%-
HSV(B)123.21º30.11%72.94%-
XYZ3141.5628.58-
YUV163.21110.95104.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=28.95%
G=41.43%
B=29.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301861330.3000.280.27123.2128.8761.96
Hex82BA851E01C1B7b1d3e
Octal20227220536034331733576
Binary1000001010111010100001011111001110011011111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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