#82BD7B

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

Shades of De York #82BD7B

Tints of De York #82BD7B

Color information

#82BD7B (or 0x82BD7B) is unknown color: approx De York. HEX triplet: 82, BD and 7B. RGB value is (130,189,123). Sum of RGB (Red+Green+Blue) = 130+189+123=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD7B is #7D4284. Grayscale: #A4A4A4. Windows color (decimal): -8209029 or 8109442. OLE color: 8109442.

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

Color convert

RGB130189123-
CMYK0.3100.350.26
HSL113.64º33.33%61.18%-
HSV(B)113.64º34.92%74.12%-
XYZ30.9842.5725.32-
YUV163.83104.95103.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 189 (74.22% from 255) = 42.76%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=29.41%
G=42.76%
B=27.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301891230.3100.350.26113.6433.3361.18
Hex82BD7B1F0231A72213d
Octal20227517337043321624175
Binary10000010101111011111011111110100011110101110010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,123); }

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

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

 a { background-color: rgb(130,189,123); }

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

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

 span { border-color: rgb(130,189,123); }

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