Html Css Color HEX #86C089 De York

📋 copy color: '#86C089'

red 134 ◦ green 192 ◦ blue 137

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

Shades of De York #86C089

Tints of De York #86C089

RGB

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

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

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

R = 28.94%
G = 41.47%
B = 29.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#86C089 (or 0x86C089) is known color: De York. HEX triplet: 86, C0 and 89. RGB value is (134,192,137). Sum of RGB (Red+Green+Blue) = 134+192+137=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #86C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C089 is #793F76. Grayscale: #A8A8A8. Windows color (decimal): -7946103 or 9027718. OLE color: 9027718.

HSL color Cylindrical-coordinate representation of color #86C089: hue angle of 123.1º 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 #86C089 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 192 137 -
CMYK 0.30 0 0.29 0.25
HSL 123.1º 0.32% 0.64% -
HSV(B) 123.1º 0.3% 0.75% -
XYZ 33.2 44.57 30.52 -
YUV 168.39 110.28 103.47 -
System Red Green Blue C M Y K H S L
Decimal 134 192 137 0.30 0 0.29 0.25 123.1 0.32 0.64
Hex 86 C0 89 1E 0 1D 19 7B 20 40
Octal 206 300 211 36 0 35 31 173 40 100
Binary 10000110 11000000 10001001 11110 0 11101 11001 1111011 100000 1000000

Color Harmonies of #86C089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C089

Black with #86C089

Text Example


Text Example

White with #86C089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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