Html Css Color HEX #86C078 De York

📋 copy color: '#86C078'

red 134 ◦ green 192 ◦ blue 120

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

Shades of De York #86C078

Tints of De York #86C078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 30.04%
G = 43.05%
B = 26.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#86C078 (or 0x86C078) is known color: De York. HEX triplet: 86, C0 and 78. RGB value is (134,192,120). Sum of RGB (Red+Green+Blue) = 134+192+120=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #86C078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C078 is #793F87. Grayscale: #A6A6A6. Windows color (decimal): -7946120 or 7913606. OLE color: 7913606.

HSL color Cylindrical-coordinate representation of color #86C078: hue angle of 108.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86C078 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 192 120 -
CMYK 0.30 0 0.38 0.25
HSL 108.33º 0.36% 0.61% -
HSV(B) 108.33º 0.38% 0.75% -
XYZ 32.07 44.12 24.6 -
YUV 166.45 101.78 104.85 -
System Red Green Blue C M Y K H S L
Decimal 134 192 120 0.30 0 0.38 0.25 108.33 0.36 0.61
Hex 86 C0 78 1E 0 26 19 6C 24 3D
Octal 206 300 170 36 0 46 31 154 44 75
Binary 10000110 11000000 1111000 11110 0 100110 11001 1101100 100100 111101

Color Harmonies of #86C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C078

Black with #86C078

Text Example


Text Example

White with #86C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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