#82B77A

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

Shades of De York #82B77A

Tints of De York #82B77A

Color information

#82B77A (or 0x82B77A) is unknown color: approx De York. HEX triplet: 82, B7 and 7A. RGB value is (130,183,122). Sum of RGB (Red+Green+Blue) = 130+183+122=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #82B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B77A is #7D4885. Grayscale: #A0A0A0. Windows color (decimal): -8210566 or 8042370. OLE color: 8042370.

HSL color Cylindrical-coordinate representation of color #82B77A: hue angle of 112.13º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82B77A is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB130183122-
CMYK0.2900.330.28
HSL112.13º29.76%59.8%-
HSV(B)112.13º33.33%71.76%-
XYZ29.6540.0224.57-
YUV160.2106.44106.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=29.89%
G=42.07%
B=28.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301831220.2900.330.28112.1329.7659.8
Hex82B77A1D0211C701e3c
Octal20226717235041341603674
Binary1000001010110111111101011101010000111100111000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,122); }

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

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

 a { background-color: rgb(130,183,122); }

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

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

 span { border-color: rgb(130,183,122); }

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