#86DB98

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

Shades of De York #86DB98

Tints of De York #86DB98

Color information

#86DB98 (or 0x86DB98) is unknown color: approx De York. HEX triplet: 86, DB and 98. RGB value is (134,219,152). Sum of RGB (Red+Green+Blue) = 134+219+152=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB98 is #792467. Grayscale: #BABABA. Windows color (decimal): -7939176 or 10017670. OLE color: 10017670.

HSL color Cylindrical-coordinate representation of color #86DB98: hue angle of 132.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DB98 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB134219152-
CMYK0.3900.310.14
HSL132.71º54.14%69.22%-
HSV(B)132.71º38.81%85.88%-
XYZ40.835838.75-
YUV185.95108.8490.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 219 (85.94% from 255) = 43.37%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=26.53%
G=43.37%
B=30.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342191520.3900.310.14132.7154.1469.22
Hex86DB982701FE853645
Octal206333230470371620566105
Binary1000011011011011100110001001110111111110100001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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