#86C183

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

Shades of De York #86C183

Tints of De York #86C183

Color information

#86C183 (or 0x86C183) is unknown color: approx De York. HEX triplet: 86, C1 and 83. RGB value is (134,193,131). Sum of RGB (Red+Green+Blue) = 134+193+131=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #86C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C183 is #793E7C. Grayscale: #A8A8A8. Windows color (decimal): -7945853 or 8634758. OLE color: 8634758.

HSL color Cylindrical-coordinate representation of color #86C183: hue angle of 117.1º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C183 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB134193131-
CMYK0.3100.320.24
HSL117.1º33.33%63.53%-
HSV(B)117.1º32.12%75.69%-
XYZ3344.8528.39-
YUV168.29106.95103.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.26%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=29.26%
G=42.14%
B=28.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341931310.3100.320.24117.133.3363.53
Hex86C1831F02018752140
Octal206301203370403016541100
Binary1000011011000001100000111111101000001100011101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,193,131); }

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

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

 a { background-color: rgb(134,193,131); }

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

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

 span { border-color: rgb(134,193,131); }

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