#86CD98

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

Shades of De York #86CD98

Tints of De York #86CD98

Color information

#86CD98 (or 0x86CD98) is unknown color: approx De York. HEX triplet: 86, CD and 98. RGB value is (134,205,152). Sum of RGB (Red+Green+Blue) = 134+205+152=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CD98 is #793267. Grayscale: #B1B1B1. Windows color (decimal): -7942760 or 10014086. OLE color: 10014086.

HSL color Cylindrical-coordinate representation of color #86CD98: hue angle of 135.21º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CD98 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB134205152-
CMYK0.3500.260.20
HSL135.21º41.52%66.47%-
HSV(B)135.21º34.63%80.39%-
XYZ37.335137.58-
YUV177.73113.4896.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=27.29%
G=41.75%
B=30.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051520.3500.260.20135.2141.5266.47
Hex86CD982301A14872a42
Octal206315230430322420752102
Binary10000110110011011001100010001101101010100100001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,152); }

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

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

 a { background-color: rgb(134,205,152); }

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

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

 span { border-color: rgb(134,205,152); }

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