Html Css Color HEX #82BD8C De York

📋 copy color: '#82BD8C'

red 130 ◦ green 189 ◦ blue 140

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

Shades of De York #82BD8C

Tints of De York #82BD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 28.32%
G = 41.18%
B = 30.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#82BD8C (or 0x82BD8C) is known color: De York. HEX triplet: 82, BD and 8C. RGB value is (130,189,140). Sum of RGB (Red+Green+Blue) = 130+189+140=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BD8C is #7D4273. Grayscale: #A5A5A5. Windows color (decimal): -8209012 or 9223554. OLE color: 9223554.

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

Color convert

RGB 130 189 140 -
CMYK 0.31 0 0.26 0.26
HSL 130.17º 0.31% 0.63% -
HSV(B) 130.17º 0.31% 0.74% -
XYZ 32.14 43.03 31.42 -
YUV 165.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 130 189 140 0.31 0 0.26 0.26 130.17 0.31 0.63
Hex 82 BD 8C 1F 0 1A 1A 82 1F 3F
Octal 202 275 214 37 0 32 32 202 37 77
Binary 10000010 10111101 10001100 11111 0 11010 11010 10000010 11111 111111

Color Harmonies of #82BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BD8C

Black with #82BD8C

Text Example


Text Example

White with #82BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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