Html Css Color HEX #86D892 De York

📋 copy color: '#86D892'

red 134 ◦ green 216 ◦ blue 146

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

Shades of De York #86D892

Tints of De York #86D892

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.55%

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 27.02%
G = 43.55%
B = 29.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#86D892 (or 0x86D892) is known color: De York. HEX triplet: 86, D8 and 92. RGB value is (134,216,146). Sum of RGB (Red+Green+Blue) = 134+216+146=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #86D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D892 is #79276D. Grayscale: #B7B7B7. Windows color (decimal): -7939950 or 9623686. OLE color: 9623686.

HSL color Cylindrical-coordinate representation of color #86D892: hue angle of 128.78º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D892 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 216 146 -
CMYK 0.38 0 0.32 0.15
HSL 128.78º 0.51% 0.69% -
HSV(B) 128.78º 0.38% 0.85% -
XYZ 39.58 56.26 35.97 -
YUV 183.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 134 216 146 0.38 0 0.32 0.15 128.78 0.51 0.69
Hex 86 D8 92 26 0 20 F 81 33 45
Octal 206 330 222 46 0 40 17 201 63 105
Binary 10000110 11011000 10010010 100110 0 100000 1111 10000001 110011 1000101

Color Harmonies of #86D892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D892

Black with #86D892

Text Example


Text Example

White with #86D892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,216,146); }

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

background-color css

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

 a { background-color: rgb(134,216,146); }

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

border-color css

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

 span { border-color: rgb(134,216,146); }

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