Html Css Color HEX #82BC86 De York

📋 copy color: '#82BC86'

red 130 ◦ green 188 ◦ blue 134

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

Shades of De York #82BC86

Tints of De York #82BC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

 BLUE value IS 134 (52.73% from 255) = 29.65%

R = 28.76%
G = 41.59%
B = 29.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#82BC86 (or 0x82BC86) is known color: De York. HEX triplet: 82, BC and 86. RGB value is (130,188,134). Sum of RGB (Red+Green+Blue) = 130+188+134=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC86 is #7D4379. Grayscale: #A4A4A4. Windows color (decimal): -8209274 or 8830082. OLE color: 8830082.

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

Color convert

RGB 130 188 134 -
CMYK 0.31 0 0.29 0.26
HSL 124.14º 0.3% 0.62% -
HSV(B) 124.14º 0.31% 0.74% -
XYZ 31.49 42.43 29.08 -
YUV 164.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 130 188 134 0.31 0 0.29 0.26 124.14 0.3 0.62
Hex 82 BC 86 1F 0 1D 1A 7C 1E 3E
Octal 202 274 206 37 0 35 32 174 36 76
Binary 10000010 10111100 10000110 11111 0 11101 11010 1111100 11110 111110

Color Harmonies of #82BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC86

Black with #82BC86

Text Example


Text Example

White with #82BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,188,134); }

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

background-color css

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

 a { background-color: rgb(130,188,134); }

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

border-color css

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

 span { border-color: rgb(130,188,134); }

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