Html Css Color HEX #82B984 De York

📋 copy color: '#82B984'

red 130 ◦ green 185 ◦ blue 132

#82B984
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #82B984

Tints of De York #82B984

RGB

 RED value IS 130 (51.17% from 255) = 29.08%

 GREEN value IS 185 (72.66% from 255) = 41.39%

 BLUE value IS 132 (51.95% from 255) = 29.53%

R = 29.08%
G = 41.39%
B = 29.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#82B984 (or 0x82B984) is known color: De York. HEX triplet: 82, B9 and 84. RGB value is (130,185,132). Sum of RGB (Red+Green+Blue) = 130+185+132=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #82B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B984 is #7D467B. Grayscale: #A2A2A2. Windows color (decimal): -8210044 or 8698242. OLE color: 8698242.

HSL color Cylindrical-coordinate representation of color #82B984: hue angle of 122.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82B984 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 185 132 -
CMYK 0.30 0 0.29 0.27
HSL 122.18º 0.28% 0.62% -
HSV(B) 122.18º 0.3% 0.73% -
XYZ 30.72 41.11 28.15 -
YUV 162.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 130 185 132 0.30 0 0.29 0.27 122.18 0.28 0.62
Hex 82 B9 84 1E 0 1D 1B 7A 1C 3E
Octal 202 271 204 36 0 35 33 172 34 76
Binary 10000010 10111001 10000100 11110 0 11101 11011 1111010 11100 111110

Color Harmonies of #82B984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B984

Black with #82B984

Text Example


Text Example

White with #82B984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82B984;
 }
 .AnyTagClassName
 {
   color: #82B984;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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