Html Css Color HEX #86C78B De York

📋 copy color: '#86C78B'

red 134 ◦ green 199 ◦ blue 139

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

Shades of De York #86C78B

Tints of De York #86C78B

RGB

 RED value IS 134 (52.73% from 255) = 28.39%

 GREEN value IS 199 (78.13% from 255) = 42.16%

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 28.39%
G = 42.16%
B = 29.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#86C78B (or 0x86C78B) is known color: De York. HEX triplet: 86, C7 and 8B. RGB value is (134,199,139). Sum of RGB (Red+Green+Blue) = 134+199+139=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #86C78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C78B is #793874. Grayscale: #ACACAC. Windows color (decimal): -7944309 or 9160582. OLE color: 9160582.

HSL color Cylindrical-coordinate representation of color #86C78B: hue angle of 124.62º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C78B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 199 139 -
CMYK 0.33 0 0.30 0.22
HSL 124.62º 0.37% 0.65% -
HSV(B) 124.62º 0.33% 0.78% -
XYZ 34.92 47.78 31.81 -
YUV 172.73 108.97 100.38 -
System Red Green Blue C M Y K H S L
Decimal 134 199 139 0.33 0 0.30 0.22 124.62 0.37 0.65
Hex 86 C7 8B 21 0 1E 16 7D 25 41
Octal 206 307 213 41 0 36 26 175 45 101
Binary 10000110 11000111 10001011 100001 0 11110 10110 1111101 100101 1000001

Color Harmonies of #86C78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C78B

Black with #86C78B

Text Example


Text Example

White with #86C78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86C78B; }

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

 H1.HeaderClassName
 {
   color: #86C78B;
 }
 .AnyTagClassName
 {
   color: #86C78B;
 }
</style>

background-color css

<style>
 a { background-color: #86C78B; }

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

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

border-color css

<style>
 span { border-color: #86C78B; }

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

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