#86D598

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

Shades of De York #86D598

Tints of De York #86D598

Color information

#86D598 (or 0x86D598) is unknown color: approx De York. HEX triplet: 86, D5 and 98. RGB value is (134,213,152). Sum of RGB (Red+Green+Blue) = 134+213+152=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #86D598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D598 is #792A67. Grayscale: #B6B6B6. Windows color (decimal): -7940712 or 10016134. OLE color: 10016134.

HSL color Cylindrical-coordinate representation of color #86D598: hue angle of 133.67º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D598 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB134213152-
CMYK0.3700.290.16
HSL133.67º48.47%68.04%-
HSV(B)133.67º37.09%83.53%-
XYZ39.2954.9238.24-
YUV182.42110.8393.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 213 (83.59% from 255) = 42.69%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=26.85%
G=42.69%
B=30.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342131520.3700.290.16133.6748.4768.04
Hex86D5982501D10863044
Octal206325230450352020660104
Binary10000110110101011001100010010101110110000100001101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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