#82C186

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

Shades of De York #82C186

Tints of De York #82C186

Color information

#82C186 (or 0x82C186) is unknown color: approx De York. HEX triplet: 82, C1 and 86. RGB value is (130,193,134). Sum of RGB (Red+Green+Blue) = 130+193+134=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #82C186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C186 is #7D3E79. Grayscale: #A7A7A7. Windows color (decimal): -8207994 or 8831362. OLE color: 8831362.

HSL color Cylindrical-coordinate representation of color #82C186: hue angle of 123.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C186 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB130193134-
CMYK0.3300.310.24
HSL123.81º33.69%63.33%-
HSV(B)123.81º32.64%75.69%-
XYZ32.5844.6129.45-
YUV167.44109.13101.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=28.45%
G=42.23%
B=29.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301931340.3300.310.24123.8133.6963.33
Hex82C1862101F187c223f
Octal20230120641037301744277
Binary100000101100000110000110100001011111110001111100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,193,134); }

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

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

 a { background-color: rgb(130,193,134); }

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

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

 span { border-color: rgb(130,193,134); }

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