Html Css Color HEX #86C892 De York

📋 copy color: '#86C892'

red 134 ◦ green 200 ◦ blue 146

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

Shades of De York #86C892

Tints of De York #86C892

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.67%

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

R = 27.92%
G = 41.67%
B = 30.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#86C892 (or 0x86C892) is known color: De York. HEX triplet: 86, C8 and 92. RGB value is (134,200,146). Sum of RGB (Red+Green+Blue) = 134+200+146=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #86C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C892 is #79376D. Grayscale: #AEAEAE. Windows color (decimal): -7944046 or 9619590. OLE color: 9619590.

HSL color Cylindrical-coordinate representation of color #86C892: hue angle of 130.91º degrees, saturation: 0.38, 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 #86C892 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 200 146 -
CMYK 0.33 0 0.27 0.22
HSL 130.91º 0.38% 0.65% -
HSV(B) 130.91º 0.33% 0.78% -
XYZ 35.67 48.45 34.67 -
YUV 174.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 134 200 146 0.33 0 0.27 0.22 130.91 0.38 0.65
Hex 86 C8 92 21 0 1B 16 83 26 41
Octal 206 310 222 41 0 33 26 203 46 101
Binary 10000110 11001000 10010010 100001 0 11011 10110 10000011 100110 1000001

Color Harmonies of #86C892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C892

Black with #86C892

Text Example


Text Example

White with #86C892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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