Html Css Color HEX #86C38F De York

📋 copy color: '#86C38F'

red 134 ◦ green 195 ◦ blue 143

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

Shades of De York #86C38F

Tints of De York #86C38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.31%

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 28.39%
G = 41.31%
B = 30.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#86C38F (or 0x86C38F) is known color: De York. HEX triplet: 86, C3 and 8F. RGB value is (134,195,143). Sum of RGB (Red+Green+Blue) = 134+195+143=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #86C38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C38F is #793C70. Grayscale: #AAAAAA. Windows color (decimal): -7945329 or 9421702. OLE color: 9421702.

HSL color Cylindrical-coordinate representation of color #86C38F: hue angle of 128.85º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C38F is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 195 143 -
CMYK 0.31 0 0.27 0.24
HSL 128.85º 0.34% 0.65% -
HSV(B) 128.85º 0.31% 0.76% -
XYZ 34.3 46.08 33.07 -
YUV 170.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 134 195 143 0.31 0 0.27 0.24 128.85 0.34 0.65
Hex 86 C3 8F 1F 0 1B 18 81 22 41
Octal 206 303 217 37 0 33 30 201 42 101
Binary 10000110 11000011 10001111 11111 0 11011 11000 10000001 100010 1000001

Color Harmonies of #86C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C38F

Black with #86C38F

Text Example


Text Example

White with #86C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,195,143); }

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

background-color css

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

 a { background-color: rgb(134,195,143); }

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

border-color css

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

 span { border-color: rgb(134,195,143); }

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