#82BD84

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

Shades of De York #82BD84

Tints of De York #82BD84

Color information

#82BD84 (or 0x82BD84) is unknown color: approx De York. HEX triplet: 82, BD and 84. RGB value is (130,189,132). Sum of RGB (Red+Green+Blue) = 130+189+132=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BD84 is #7D427B. Grayscale: #A5A5A5. Windows color (decimal): -8209020 or 8699266. OLE color: 8699266.

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

Color convert

RGB130189132-
CMYK0.3100.300.26
HSL122.03º30.89%62.55%-
HSV(B)122.03º31.22%74.12%-
XYZ31.5742.8128.43-
YUV164.86109.45103.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=28.82%
G=41.91%
B=29.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301891320.3100.300.26122.0330.8962.55
Hex82BD841F01E1A7a1f3f
Octal20227520437036321723777
Binary1000001010111101100001001111101111011010111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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