Html Css Color HEX #86D992 De York

📋 copy color: '#86D992'

red 134 ◦ green 217 ◦ blue 146

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

Shades of De York #86D992

Tints of De York #86D992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.66%

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

R = 26.96%
G = 43.66%
B = 29.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#86D992 (or 0x86D992) is known color: De York. HEX triplet: 86, D9 and 92. RGB value is (134,217,146). Sum of RGB (Red+Green+Blue) = 134+217+146=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #86D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D992 is #79266D. Grayscale: #B8B8B8. Windows color (decimal): -7939694 or 9623942. OLE color: 9623942.

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

Color convert

RGB 134 217 146 -
CMYK 0.38 0 0.33 0.15
HSL 128.67º 0.52% 0.69% -
HSV(B) 128.67º 0.38% 0.85% -
XYZ 39.83 56.77 36.05 -
YUV 184.09 106.5 92.27 -
System Red Green Blue C M Y K H S L
Decimal 134 217 146 0.38 0 0.33 0.15 128.67 0.52 0.69
Hex 86 D9 92 26 0 21 F 81 34 45
Octal 206 331 222 46 0 41 17 201 64 105
Binary 10000110 11011001 10010010 100110 0 100001 1111 10000001 110100 1000101

Color Harmonies of #86D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D992

Black with #86D992

Text Example


Text Example

White with #86D992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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