Html Css Color HEX #86BE81 De York

📋 copy color: '#86BE81'

red 134 ◦ green 190 ◦ blue 129

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

Shades of De York #86BE81

Tints of De York #86BE81

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

 BLUE value IS 129 (50.78% from 255) = 28.48%

R = 29.58%
G = 41.94%
B = 28.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#86BE81 (or 0x86BE81) is known color: De York. HEX triplet: 86, BE and 81. RGB value is (134,190,129). Sum of RGB (Red+Green+Blue) = 134+190+129=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BE81 is #79417E. Grayscale: #A6A6A6. Windows color (decimal): -7946623 or 8502918. OLE color: 8502918.

HSL color Cylindrical-coordinate representation of color #86BE81: hue angle of 115.08º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86BE81 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 190 129 -
CMYK 0.29 0 0.32 0.25
HSL 115.08º 0.32% 0.63% -
HSV(B) 115.08º 0.32% 0.75% -
XYZ 32.21 43.48 27.46 -
YUV 166.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 134 190 129 0.29 0 0.32 0.25 115.08 0.32 0.63
Hex 86 BE 81 1D 0 20 19 73 20 3F
Octal 206 276 201 35 0 40 31 163 40 77
Binary 10000110 10111110 10000001 11101 0 100000 11001 1110011 100000 111111

Color Harmonies of #86BE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BE81

Black with #86BE81

Text Example


Text Example

White with #86BE81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,190,129); }

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

background-color css

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

 a { background-color: rgb(134,190,129); }

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

border-color css

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

 span { border-color: rgb(134,190,129); }

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