Html Css Color HEX #8BDC86 De York

📋 copy color: '#8BDC86'

red 139 ◦ green 220 ◦ blue 134

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

Shades of De York #8BDC86

Tints of De York #8BDC86

RGB

 RED value IS 139 (54.69% from 255) = 28.19%

 GREEN value IS 220 (86.33% from 255) = 44.62%

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

R = 28.19%
G = 44.62%
B = 27.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#8BDC86 (or 0x8BDC86) is known color: De York. HEX triplet: 8B, DC and 86. RGB value is (139,220,134). Sum of RGB (Red+Green+Blue) = 139+220+134=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDC86 is #742379. Grayscale: #BABABA. Windows color (decimal): -7611258 or 8838283. OLE color: 8838283.

HSL color Cylindrical-coordinate representation of color #8BDC86: hue angle of 116.51º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BDC86 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 220 134 -
CMYK 0.37 0 0.39 0.14
HSL 116.51º 0.55% 0.69% -
HSV(B) 116.51º 0.39% 0.86% -
XYZ 40.54 58.4 31.69 -
YUV 185.98 98.66 94.49 -
System Red Green Blue C M Y K H S L
Decimal 139 220 134 0.37 0 0.39 0.14 116.51 0.55 0.69
Hex 8B DC 86 25 0 27 E 75 37 45
Octal 213 334 206 45 0 47 16 165 67 105
Binary 10001011 11011100 10000110 100101 0 100111 1110 1110101 110111 1000101

Color Harmonies of #8BDC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDC86

Black with #8BDC86

Text Example


Text Example

White with #8BDC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BDC86; }

 p { color: rgb(139,220,134); }

 H1.HeaderClassName
 {
   color: #8BDC86;
 }
 .AnyTagClassName
 {
   color: #8BDC86;
 }
</style>

background-color css

<style>
 a { background-color: #8BDC86; }

 a { background-color: rgb(139,220,134); }

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

border-color css

<style>
 span { border-color: #8BDC86; }

 span { border-color: rgb(139,220,134); }

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