#86C283

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

Shades of De York #86C283

Tints of De York #86C283

Color information

#86C283 (or 0x86C283) is unknown color: approx De York. HEX triplet: 86, C2 and 83. RGB value is (134,194,131). Sum of RGB (Red+Green+Blue) = 134+194+131=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #86C283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C283 is #793D7C. Grayscale: #A9A9A9. Windows color (decimal): -7945597 or 8635014. OLE color: 8635014.

HSL color Cylindrical-coordinate representation of color #86C283: hue angle of 117.14º degrees, saturation: 0.34, 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 #86C283 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB134194131-
CMYK0.3100.320.24
HSL117.14º34.05%63.73%-
HSV(B)117.14º32.47%76.08%-
XYZ33.2245.2928.46-
YUV168.88106.62103.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=29.19%
G=42.27%
B=28.54%

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
Decimal1341941310.3100.320.24117.1434.0563.73
Hex86C2831F02018752240
Octal206302203370403016542100
Binary1000011011000010100000111111101000001100011101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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