#86CB93

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

Shades of De York #86CB93

Tints of De York #86CB93

Color information

#86CB93 (or 0x86CB93) is unknown color: approx De York. HEX triplet: 86, CB and 93. RGB value is (134,203,147). Sum of RGB (Red+Green+Blue) = 134+203+147=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CB93 is #79346C. Grayscale: #B0B0B0. Windows color (decimal): -7943277 or 9685894. OLE color: 9685894.

HSL color Cylindrical-coordinate representation of color #86CB93: hue angle of 131.3º degrees, saturation: 0.4, 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 #86CB93 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB134203147-
CMYK0.3400.280.20
HSL131.3º39.88%66.08%-
HSV(B)131.3º33.99%79.61%-
XYZ36.4549.8935.31-
YUV175.98111.6498.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.69%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=27.69%
G=41.94%
B=30.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342031470.3400.280.20131.339.8866.08
Hex86CB932201C14832842
Octal206313223420342420350102
Binary10000110110010111001001110001001110010100100000111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,203,147); }

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

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

 a { background-color: rgb(134,203,147); }

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

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

 span { border-color: rgb(134,203,147); }

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