#86CC94

Color #86CC94 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #86CC94

Tints of De York #86CC94

Color information

#86CC94 (or 0x86CC94) is unknown color: approx De York. HEX triplet: 86, CC and 94. RGB value is (134,204,148). Sum of RGB (Red+Green+Blue) = 134+204+148=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CC94 is #79336B. Grayscale: #B0B0B0. Windows color (decimal): -7943020 or 9751686. OLE color: 9751686.

HSL color Cylindrical-coordinate representation of color #86CC94: hue angle of 132º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CC94 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB134204148-
CMYK0.3400.270.2
HSL132º40.7%66.27%-
HSV(B)132º34.31%80%-
XYZ36.7750.3935.81-
YUV176.69111.8197.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.57%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=27.57%
G=41.98%
B=30.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1342041480.3400.270.213240.766.27
Hex86CC942201B14842942
Octal206314224420332420451102
Binary10000110110011001001010010001001101110100100001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,204,148); }

 H1.HeaderClassName
 {
   color: #86CC94;
 }
 .AnyTagClassName
 {
   color: #86CC94;
 }
</style>
background-color css

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

 a { background-color: rgb(134,204,148); }

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

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

 span { border-color: rgb(134,204,148); }

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