Html Css Color HEX #82BD8A De York

📋 copy color: '#82BD8A'

red 130 ◦ green 189 ◦ blue 138

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

Shades of De York #82BD8A

Tints of De York #82BD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 28.45%
G = 41.36%
B = 30.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#82BD8A (or 0x82BD8A) is known color: De York. HEX triplet: 82, BD and 8A. RGB value is (130,189,138). Sum of RGB (Red+Green+Blue) = 130+189+138=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BD8A is #7D4275. Grayscale: #A5A5A5. Windows color (decimal): -8209014 or 9092482. OLE color: 9092482.

HSL color Cylindrical-coordinate representation of color #82BD8A: hue angle of 128.14º 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 #82BD8A is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 189 138 -
CMYK 0.31 0 0.27 0.26
HSL 128.14º 0.31% 0.63% -
HSV(B) 128.14º 0.31% 0.74% -
XYZ 31.99 42.98 30.65 -
YUV 165.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 130 189 138 0.31 0 0.27 0.26 128.14 0.31 0.63
Hex 82 BD 8A 1F 0 1B 1A 80 1F 3F
Octal 202 275 212 37 0 33 32 200 37 77
Binary 10000010 10111101 10001010 11111 0 11011 11010 10000000 11111 111111

Color Harmonies of #82BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BD8A

Black with #82BD8A

Text Example


Text Example

White with #82BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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