Html Css Color HEX #86CA96 De York

📋 copy color: '#86CA96'

red 134 ◦ green 202 ◦ blue 150

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

Shades of De York #86CA96

Tints of De York #86CA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.56%

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 27.57%
G = 41.56%
B = 30.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#86CA96 (or 0x86CA96) is known color: De York. HEX triplet: 86, CA and 96. RGB value is (134,202,150). Sum of RGB (Red+Green+Blue) = 134+202+150=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CA96 is #793569. Grayscale: #AFAFAF. Windows color (decimal): -7943530 or 9882246. OLE color: 9882246.

HSL color Cylindrical-coordinate representation of color #86CA96: hue angle of 134.12º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CA96 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 202 150 -
CMYK 0.34 0 0.26 0.21
HSL 134.12º 0.39% 0.66% -
HSV(B) 134.12º 0.34% 0.79% -
XYZ 36.46 49.51 36.49 -
YUV 175.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 134 202 150 0.34 0 0.26 0.21 134.12 0.39 0.66
Hex 86 CA 96 22 0 1A 15 86 27 42
Octal 206 312 226 42 0 32 25 206 47 102
Binary 10000110 11001010 10010110 100010 0 11010 10101 10000110 100111 1000010

Color Harmonies of #86CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CA96

Black with #86CA96

Text Example


Text Example

White with #86CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,202,150); }

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

background-color css

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

 a { background-color: rgb(134,202,150); }

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

border-color css

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

 span { border-color: rgb(134,202,150); }

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