#83BE86

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

Shades of De York #83BE86

Tints of De York #83BE86

Color information

#83BE86 (or 0x83BE86) is unknown color: approx De York. HEX triplet: 83, BE and 86. RGB value is (131,190,134). Sum of RGB (Red+Green+Blue) = 131+190+134=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BE86 is #7C4179. Grayscale: #A6A6A6. Windows color (decimal): -8143226 or 8830595. OLE color: 8830595.

HSL color Cylindrical-coordinate representation of color #83BE86: hue angle of 123.05º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BE86 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB131190134-
CMYK0.3100.290.25
HSL123.05º31.22%62.94%-
HSV(B)123.05º31.05%74.51%-
XYZ32.0843.3729.24-
YUV165.98109.95103.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.79%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=28.79%
G=41.76%
B=29.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311901340.3100.290.25123.0531.2262.94
Hex83BE861F01D197b1f3f
Octal20327620637035311733777
Binary1000001110111110100001101111101110111001111101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83BE86; }

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

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

<style>
 a { background-color: #83BE86; }

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

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

<style>
 span { border-color: #83BE86; }

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

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