#82C38B

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

Shades of De York #82C38B

Tints of De York #82C38B

Color information

#82C38B (or 0x82C38B) is unknown color: approx De York. HEX triplet: 82, C3 and 8B. RGB value is (130,195,139). Sum of RGB (Red+Green+Blue) = 130+195+139=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #82C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C38B is #7D3C74. Grayscale: #A9A9A9. Windows color (decimal): -8207477 or 9159554. OLE color: 9159554.

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

Color convert

RGB130195139-
CMYK0.3300.290.24
HSL128.31º35.14%63.73%-
HSV(B)128.31º33.33%76.47%-
XYZ33.3845.6431.48-
YUV169.18110.97100.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.02%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=28.02%
G=42.03%
B=29.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301951390.3300.290.24128.3135.1463.73
Hex82C38B2101D18802340
Octal202303213410353020043100
Binary10000010110000111000101110000101110111000100000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,195,139); }

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

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

 a { background-color: rgb(130,195,139); }

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

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

 span { border-color: rgb(130,195,139); }

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