#82C289

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

Shades of De York #82C289

Tints of De York #82C289

Color information

#82C289 (or 0x82C289) is unknown color: approx De York. HEX triplet: 82, C2 and 89. RGB value is (130,194,137). Sum of RGB (Red+Green+Blue) = 130+194+137=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #82C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C289 is #7D3D76. Grayscale: #A8A8A8. Windows color (decimal): -8207735 or 9028226. OLE color: 9028226.

HSL color Cylindrical-coordinate representation of color #82C289: hue angle of 126.56º degrees, saturation: 0.34, 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 #82C289 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB130194137-
CMYK0.3300.290.24
HSL126.56º34.41%63.53%-
HSV(B)126.56º32.99%76.08%-
XYZ33.0145.1430.64-
YUV168.37110.3100.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=28.20%
G=42.08%
B=29.72%

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
Decimal1301941370.3300.290.24126.5634.4163.53
Hex82C2892101D187f2240
Octal202302211410353017742100
Binary1000001011000010100010011000010111011100011111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,194,137); }

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

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

 a { background-color: rgb(130,194,137); }

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

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

 span { border-color: rgb(130,194,137); }

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