#82BF89

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

Shades of De York #82BF89

Tints of De York #82BF89

Color information

#82BF89 (or 0x82BF89) is unknown color: approx De York. HEX triplet: 82, BF and 89. RGB value is (130,191,137). Sum of RGB (Red+Green+Blue) = 130+191+137=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BF89 is #7D4076. Grayscale: #A6A6A6. Windows color (decimal): -8208503 or 9027458. OLE color: 9027458.

HSL color Cylindrical-coordinate representation of color #82BF89: hue angle of 126.89º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BF89 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB130191137-
CMYK0.3200.280.25
HSL126.89º32.28%62.94%-
HSV(B)126.89º31.94%74.9%-
XYZ32.3543.8130.42-
YUV166.6111.29101.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.38%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 137 (53.91% from 255) = 29.91%
R=28.38%
G=41.70%
B=29.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301911370.3200.280.25126.8932.2862.94
Hex82BF892001C197f203f
Octal20227721140034311774077
Binary100000101011111110001001100000011100110011111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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