#82BC88

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

Shades of De York #82BC88

Tints of De York #82BC88

Color information

#82BC88 (or 0x82BC88) is unknown color: approx De York. HEX triplet: 82, BC and 88. RGB value is (130,188,136). Sum of RGB (Red+Green+Blue) = 130+188+136=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC88 is #7D4377. Grayscale: #A4A4A4. Windows color (decimal): -8209272 or 8961154. OLE color: 8961154.

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

Color convert

RGB130188136-
CMYK0.3100.280.26
HSL126.21º30.21%62.35%-
HSV(B)126.21º30.85%73.73%-
XYZ31.6342.4929.83-
YUV164.73111.78103.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.63%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=28.63%
G=41.41%
B=29.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301881360.3100.280.26126.2130.2162.35
Hex82BC881F01C1A7e1e3e
Octal20227421037034321763676
Binary1000001010111100100010001111101110011010111111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,136); }

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

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

 a { background-color: rgb(130,188,136); }

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

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

 span { border-color: rgb(130,188,136); }

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