Html Css Color HEX #86BC7F De York

📋 copy color: '#86BC7F'

red 134 ◦ green 188 ◦ blue 127

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

Shades of De York #86BC7F

Tints of De York #86BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 29.84%
G = 41.87%
B = 28.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#86BC7F (or 0x86BC7F) is known color: De York. HEX triplet: 86, BC and 7F. RGB value is (134,188,127). Sum of RGB (Red+Green+Blue) = 134+188+127=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC7F is #794380. Grayscale: #A5A5A5. Windows color (decimal): -7947137 or 8371334. OLE color: 8371334.

HSL color Cylindrical-coordinate representation of color #86BC7F: hue angle of 113.11º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86BC7F is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 127 -
CMYK 0.29 0 0.32 0.26
HSL 113.11º 0.31% 0.62% -
HSV(B) 113.11º 0.32% 0.74% -
XYZ 31.65 42.57 26.63 -
YUV 164.9 106.61 105.96 -
System Red Green Blue C M Y K H S L
Decimal 134 188 127 0.29 0 0.32 0.26 113.11 0.31 0.62
Hex 86 BC 7F 1D 0 20 1A 71 1F 3E
Octal 206 274 177 35 0 40 32 161 37 76
Binary 10000110 10111100 1111111 11101 0 100000 11010 1110001 11111 111110

Color Harmonies of #86BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC7F

Black with #86BC7F

Text Example


Text Example

White with #86BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,188,127); }

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

background-color css

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

 a { background-color: rgb(134,188,127); }

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

border-color css

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

 span { border-color: rgb(134,188,127); }

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