Html Css Color HEX #86C088 De York

📋 copy color: '#86C088'

red 134 ◦ green 192 ◦ blue 136

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

Shades of De York #86C088

Tints of De York #86C088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.44%

R = 29%
G = 41.56%
B = 29.44%

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

#86C088 (or 0x86C088) is known color: De York. HEX triplet: 86, C0 and 88. RGB value is (134,192,136). Sum of RGB (Red+Green+Blue) = 134+192+136=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #86C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C088 is #793F77. Grayscale: #A8A8A8. Windows color (decimal): -7946104 or 8962182. OLE color: 8962182.

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

Color convert

RGB 134 192 136 -
CMYK 0.30 0 0.29 0.25
HSL 122.07º 0.32% 0.64% -
HSV(B) 122.07º 0.3% 0.75% -
XYZ 33.13 44.55 30.14 -
YUV 168.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 134 192 136 0.30 0 0.29 0.25 122.07 0.32 0.64
Hex 86 C0 88 1E 0 1D 19 7A 20 40
Octal 206 300 210 36 0 35 31 172 40 100
Binary 10000110 11000000 10001000 11110 0 11101 11001 1111010 100000 1000000

Color Harmonies of #86C088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C088

Black with #86C088

Text Example


Text Example

White with #86C088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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