Html Css Color HEX #86C88B De York

📋 copy color: '#86C88B'

red 134 ◦ green 200 ◦ blue 139

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

Shades of De York #86C88B

Tints of De York #86C88B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 28.33%
G = 42.28%
B = 29.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#86C88B (or 0x86C88B) is known color: De York. HEX triplet: 86, C8 and 8B. RGB value is (134,200,139). Sum of RGB (Red+Green+Blue) = 134+200+139=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #86C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C88B is #793774. Grayscale: #ADADAD. Windows color (decimal): -7944053 or 9160838. OLE color: 9160838.

HSL color Cylindrical-coordinate representation of color #86C88B: hue angle of 124.55º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C88B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 200 139 -
CMYK 0.33 0 0.30 0.22
HSL 124.55º 0.38% 0.65% -
HSV(B) 124.55º 0.33% 0.78% -
XYZ 35.15 48.24 31.89 -
YUV 173.31 108.63 99.96 -
System Red Green Blue C M Y K H S L
Decimal 134 200 139 0.33 0 0.30 0.22 124.55 0.38 0.65
Hex 86 C8 8B 21 0 1E 16 7D 26 41
Octal 206 310 213 41 0 36 26 175 46 101
Binary 10000110 11001000 10001011 100001 0 11110 10110 1111101 100110 1000001

Color Harmonies of #86C88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C88B

Black with #86C88B

Text Example


Text Example

White with #86C88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,200,139); }

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

background-color css

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

 a { background-color: rgb(134,200,139); }

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

border-color css

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

 span { border-color: rgb(134,200,139); }

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