#86D297

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

Shades of De York #86D297

Tints of De York #86D297

Color information

#86D297 (or 0x86D297) is unknown color: approx De York. HEX triplet: 86, D2 and 97. RGB value is (134,210,151). Sum of RGB (Red+Green+Blue) = 134+210+151=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #86D297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D297 is #792D68. Grayscale: #B4B4B4. Windows color (decimal): -7941481 or 9949830. OLE color: 9949830.

HSL color Cylindrical-coordinate representation of color #86D297: hue angle of 133.42º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D297 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB134210151-
CMYK0.3600.280.18
HSL133.42º45.78%67.45%-
HSV(B)133.42º36.19%82.35%-
XYZ38.4653.437.56-
YUV180.55111.3294.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=27.07%
G=42.42%
B=30.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342101510.3600.280.18133.4245.7867.45
Hex86D2972401C12852e43
Octal206322227440342220556103
Binary10000110110100101001011110010001110010010100001011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,210,151); }

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

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

 a { background-color: rgb(134,210,151); }

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

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

 span { border-color: rgb(134,210,151); }

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