Html Css Color HEX #86C08B De York

📋 copy color: '#86C08B'

red 134 ◦ green 192 ◦ blue 139

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

Shades of De York #86C08B

Tints of De York #86C08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

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

R = 28.82%
G = 41.29%
B = 29.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#86C08B (or 0x86C08B) is known color: De York. HEX triplet: 86, C0 and 8B. RGB value is (134,192,139). Sum of RGB (Red+Green+Blue) = 134+192+139=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #86C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C08B is #793F74. Grayscale: #A8A8A8. Windows color (decimal): -7946101 or 9158790. OLE color: 9158790.

HSL color Cylindrical-coordinate representation of color #86C08B: hue angle of 125.17º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86C08B is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 192 139 -
CMYK 0.30 0 0.28 0.25
HSL 125.17º 0.32% 0.64% -
HSV(B) 125.17º 0.3% 0.75% -
XYZ 33.34 44.63 31.28 -
YUV 168.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 134 192 139 0.30 0 0.28 0.25 125.17 0.32 0.64
Hex 86 C0 8B 1E 0 1C 19 7D 20 40
Octal 206 300 213 36 0 34 31 175 40 100
Binary 10000110 11000000 10001011 11110 0 11100 11001 1111101 100000 1000000

Color Harmonies of #86C08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C08B

Black with #86C08B

Text Example


Text Example

White with #86C08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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