Html Css Color HEX #86D089 De York

📋 copy color: '#86D089'

red 134 ◦ green 208 ◦ blue 137

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

Shades of De York #86D089

Tints of De York #86D089

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.42%

 BLUE value IS 137 (53.91% from 255) = 28.6%

R = 27.97%
G = 43.42%
B = 28.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#86D089 (or 0x86D089) is known color: De York. HEX triplet: 86, D0 and 89. RGB value is (134,208,137). Sum of RGB (Red+Green+Blue) = 134+208+137=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #86D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D089 is #792F76. Grayscale: #B1B1B1. Windows color (decimal): -7942007 or 9031814. OLE color: 9031814.

HSL color Cylindrical-coordinate representation of color #86D089: hue angle of 122.43º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D089 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 208 137 -
CMYK 0.36 0 0.34 0.18
HSL 122.43º 0.44% 0.67% -
HSV(B) 122.43º 0.36% 0.82% -
XYZ 36.9 51.99 31.76 -
YUV 177.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 134 208 137 0.36 0 0.34 0.18 122.43 0.44 0.67
Hex 86 D0 89 24 0 22 12 7A 2C 43
Octal 206 320 211 44 0 42 22 172 54 103
Binary 10000110 11010000 10001001 100100 0 100010 10010 1111010 101100 1000011

Color Harmonies of #86D089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D089

Black with #86D089

Text Example


Text Example

White with #86D089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,208,137); }

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

background-color css

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

 a { background-color: rgb(134,208,137); }

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

border-color css

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

 span { border-color: rgb(134,208,137); }

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